UNPKG

random-js

Version:

A mathematically correct random number generator library for JavaScript.

6 lines (5 loc) 144 B
import { Engine } from "../types"; /** * An int32-producing Engine that uses `Math.random()` */ export declare const nativeMath: Engine;