/random-fns

Functions to work with randomness and noise in Typescript

Primary LanguageTypeScriptMIT LicenseMIT

Motivation

All your random needs in one place.

Get started

Install

npm install --save random-fns
# or
yarn add random-fns

Use

import { random } from 'random-fns'

console.log(random()) // equivalent to Math.random