random-int
Random number generator
Generates random integers within specified ranges
Generate a random integer
87 stars
6 watching
16 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/unique-random | A library that generates random numbers with consecutive uniqueness constraints | 116 |
sindresorhus/random-float | A utility function to generate random floating-point numbers within specified ranges. | 36 |
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 |
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 |
iddm/randomorg | A Rust library that generates random numbers using atmospheric noise from the random.org API. | 8 |
mljs/xsadd | A JavaScript pseudo random number generator implementation | 3 |
risto-stevcev/pure-random | A purely functional random number generator implemented using the xorshift algorithm. | 27 |
sindresorhus/dog-names | Provides a simple API to generate random dog names | 124 |
skarupke/controlled_random | A C++ library providing a high-performance random number generator with deterministic and non-deterministic modes | 19 |
ircmaxell/randomlib | A utility for generating cryptographically secure random numbers and strings | 843 |
euantorano/sysrandom.nim | A Nim library providing functionality to generate random numbers and ranges of bytes using the system's PRNG | 11 |
polarspetroll/ciprand | A random string generator API that generates multiple strings of varying lengths based on user-provided parameters. | 11 |
sindresorhus/md5-hex | Creates an MD5 hash with hex encoding from input data | 45 |