UNPKG

@thi.ng/random

Version:

Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation

7 lines 277 B
import { WrappedRandom } from "./wrapped.js"; /** * {@link IRandom} wrapper for `Math.random()`. Used as default PRNG throughout * most other thi.ng projects, though usually is configurable. */ export declare const SYSTEM: WrappedRandom; //# sourceMappingURL=system.d.ts.map