8000 GitHub - hornta/random: Pseudo random number generator which can be seeded and restarted from a random state.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hornta/random

Repository files navigation

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

About

Pseudo random number generator which can be seeded and restarted from a random state.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published
0