Skip to content

RandomOptions

Defined in: src/random.ts:45

optional engine?: EngineFactory

Defined in: src/random.ts:50

Which algorithm to seed, as a factory: { engine: pcg32 }. A bare () => number source goes in the first constructor argument instead.