Skip to content

Functions to work with randomness and noise in Typescript

License

Notifications You must be signed in to change notification settings

skulptur/random-fns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published