quick-prng

1.1.5 • Public • Published

quick-prng

Lightweight pseudo-random number generator.

Install

npm install quick-prng
yarn add quick-prng // returns a float between 0 and 1

Usage

import prng from 'quick-prng';
const random = prng('seed');

Credits

Readme

Keywords

none

Package Sidebar

Install

npm i quick-prng

Weekly Downloads

1

Version

1.1.5

License

MIT

Unpacked Size

7.06 kB

Total Files

5

Last publish

Collaborators

  • lokesh-coder