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