1.2.2 • Published 3 years ago

extended-random v1.2.2

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
3 years ago

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

1.2.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.0.0

3 years ago