UNPKG

144 BTypeScriptView Raw
1import { Engine } from "../types";
2/**
3 * An int32-producing Engine that uses `Math.random()`
4 */
5export declare const nativeMath: Engine;