2.0.1 • Published 9 months ago

@randplus/0to1 v2.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

@randplus/0to1

In theory, the random functions in this package can also output 1. This package is included in 'randplus'.

Usage

const random = require('@randplus/0to1');

console.log(random.versions); // ['v1', 'v2']
console.log(random()) // Use latest random function.
console.log(random(1)); // Use v1 random function.
console.log(random('1')); // Use v1 random function.
console.log(random('v1')); // Use v1 random function.

Get Support

2.0.1

9 months ago

2.0.0

11 months ago

1.0.0

11 months ago