A small collection of functions aiming at extending the possibilities of your RNG
npm install extended-randomextended-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.
Just use npm i extended-random to install the package in your project
To import a function of the lib, say normalRandom, use :
``ts `
import { normalRandom } from "extended-random";
You can import everything by using :
`ts``
import * as RD from "extended-random";
You can find the documentation of the functions here