UNPKG

@thi.ng/random

Version:

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

6 lines (5 loc) 114 B
import { WrappedRandom } from "./wrapped.js"; const SYSTEM = new WrappedRandom(Math.random); export { SYSTEM };