skulptur / random-fns

Functions to work with randomness and noise in Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Functions to work with randomness and noise in Typescript

License:MIT License


Languages

Language:TypeScript 93.1%Language:HTML 6.9%