Reference Entry
createSeededRandom
API Reference · foundation · order 86
Creates a deterministic pseudo-random number generator from a numeric seed.
Relevant APIs
createSeededRandom
Creates a deterministic pseudo-random number generator from a numeric seed.
Declaration
function createSeededRandom(seed: number): RandomSource