random-float
Float generator
A utility function to generate random floating-point numbers within specified ranges.
Generate a random float
36 stars
6 watching
8 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/random-int | Generates random integers within specified ranges | 87 |
sindresorhus/unique-random | A library that generates random numbers with consecutive uniqueness constraints | 116 |
sindresorhus/crypto-random-string | Generate cryptographically strong random strings | 569 |
sindresorhus/random-bytes-readable-stream | Creates a stream producing cryptographically strong pseudo-random data | 76 |
risto-stevcev/pure-random | A purely functional random number generator implemented using the xorshift algorithm. | 27 |
sindresorhus/sparkly | A JavaScript utility for generating sparklines with customizable style and range options. | 424 |
sindresorhus/tempy | Provides functions to generate temporary file or directory paths. | 424 |
sindresorhus/round-to | A utility library for rounding numbers to specific decimal places | 155 |
sindresorhus/superheroes | A collection of pre-defined lists for generating random names of various kinds. | 233 |
sindresorhus/unused-filename | A utility that generates unique file names by appending numbers to existing filenames. | 141 |
mljs/xsadd | A JavaScript pseudo random number generator implementation | 3 |
polarspetroll/ciprand | A random string generator API that generates multiple strings of varying lengths based on user-provided parameters. | 11 |
sindresorhus/hash-object | A library that generates a unique digital fingerprint of an object | 134 |
sindresorhus/get-stream | A utility library for working with streams in JavaScript | 341 |
patricksrobertson/secure_random.ex | A library providing a set of functions for generating random, secure strings and UUIDs. | 96 |