nativeMath
constnativeMath:NativeMathEngine
Defined in: src/engine/native.ts:58
Math.random, wrapped as an engine.
Not seedable and not reproducible: the host owns the state. This is what
the global functions draw from until you call seed().
Example
Section titled “Example”nativeMath.nextUint32(); // 2166136261nativeMath.seedable; // false