extended-random
v1.2.2
Published
A small collection of functions aiming at extending the possibilities of your RNG
Downloads
54
Maintainers
Readme
extended-random
extended-random
is a small lib designed to expand the possibilities of your noise based RNG (1.2.1) or RNG (1.1.0), or you can just use it with Math.random to get a powerful random lib out of the box.
Installation
Just use npm i extended-random
to install the package in your project
Usage
To import a function of the lib, say normalRandom, use :
import { normalRandom } from "extended-random";
You can import everything by using :
import * as RD from "extended-random";
Documentation
You can find the documentation of the functions here