Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - sindresorhus/random-float: Generate a random float
Generate a random float. Contribute to sindresorhus/random-float development by creating an account on GitHub.
Visit SiteGitHub - sindresorhus/random-float: Generate a random float
Generate a random float. Contribute to sindresorhus/random-float development by creating an account on GitHub.
Powered by 0x5a.live ๐
random-float
Generate a random float
Install
$ npm install random-float
Usage
import randomFloat from 'random-float';
randomFloat(5);
//=> 4.401887938147411
randomFloat(10, 100);
//=> 72.34217455144972
API
randomFloat(maximum?)
Returns an float from 0
to maximum
.
randomFloat(minimum, maximum)
Returns an float from minimum
to maximum
.
minimum
Type: number
Default: 0
Minimum float to return.
maximum
Type: number
Default: 1
Maximum float to return.
Related
- random-int - Generate a random integer
- random-item - Get a random item from an array
- random-boolean - Get a random boolean
- random-obj-key - Get a random key from an object
- random-obj-prop - Get a random property from an object
- unique-random - Generate random numbers that are consecutively unique
- unique-random-array - Get consecutively unique elements from an array
- crypto-random-string - Generate a cryptographically strong random string
NodeJS Resources
are all listed below.
GitHub - marionebl/svg-term-cli: Share terminal sessions via SVG and CSS
resource
~/github.com
resource
GitHub - sindresorhus/public-ip: Get your public IP address - very fast!
resource
~/github.com
resource
GitHub - docsifyjs/docsify: ๐ A magical documentation site generator.
resource
~/github.com
resource
Made with โค๏ธ
to provide different kinds of informations and resources.