UNPKG

random-js

Version:

A mathematically correct random number generator library for JavaScript.

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