random-fns

All your random needs in one place.

Usage no npm install needed!

<script type="module">
  import randomFns from 'https://cdn.skypack.dev/random-fns';
</script>

README

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