Type

InternalRNGConfig

: {

type

: "lce"

seed

?: number
}
| {

type

: "xorshift32"

seed

?: number
}
| {

type

: "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.