Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 432 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 432 Bytes

Random

npm (scoped) npm bundle size (scoped)

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();