sfc32
sfc32(
seed?):Sfc32
Defined in: src/engine/sfc32.ts:56
sfc32 — Small Fast Counting, 128 bits of state.
About as fast as anything here and very small. Chosen when speed matters more than a proven period.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Example
Section titled “Example”const source = sfc32(42);source.nextUint32(); // 261194151