1.0.2 • Published 4 years ago
@hornta/random v1.0.2
Random
Pseudo random number generator which can be seeded and restarted from a random state.
Install
npm install @hornta/random
Usage
import { Random } from "@hornta/random";
const generator = new Random("seed");
generator.next();