Type
InternalRNGConfig
: {type
: "lce"seed
?: numbertype
: "xorshift32"seed
?: numbertype
: "alea"seed
?: string | string[]param unknown- The type of the generator to create.
param unknown- The seed to use for the generator. It is named to avoid confusion with the RandomGenerator's `seed` property.