UNPKG

random-js

Version:

A mathematically correct random number generator library for JavaScript.

6 lines (5 loc) 155 B
import { Engine } from "../types"; /** * Returns a value within [-0x80000000, 0x7fffffff] */ export declare function int32(engine: Engine): number;