engine
engine():
Engine
Defined in: src/global/instance.ts:33
The engine every top-level function currently draws from.
Returns
Section titled “Returns”Example
Section titled “Example”engine().algorithm; // "Math.random" until you call seed()engine():
Engine
Defined in: src/global/instance.ts:33
The engine every top-level function currently draws from.
engine().algorithm; // "Math.random" until you call seed()