2.0.4 • Published 2 years ago

better-random.js v2.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

better-random.js

How to install

npm install better-random.js

Then, in your project:

import * as random from 'better-random.js';

const rng = new random.RandomEngine();

or

const random = require('better-random.js');

const rng = new random.RandomEngine();

Documentation

The documentation is out of date and highly inaccurate for the current version. Docs for the previous version can be found here and might explain some terminology still used in current version. The docs might be updated later.

2.0.3

2 years ago

2.0.2

2 years ago

2.0.4

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago