pure-random
RNG
A purely functional random number generator implemented using the xorshift algorithm.
A purely functional random number generator
27 stars
4 watching
1 forks
Language: JavaScript
last commit: over 9 years ago
Linked from 1 awesome list
csprngfpfunctionalgeneratornumberprngpurepurelyrandomxorshift
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A JavaScript pseudo random number generator implementation | 3 |
| | A library that generates random numbers with consecutive uniqueness constraints | 116 |
| | An experimental Ethereum-based random number generator using PoW | 10 |
| | Generates random integers within specified ranges | 87 |
| | A random string generator API that generates multiple strings of varying lengths based on user-provided parameters. | 11 |
| | A utility function to generate random floating-point numbers within specified ranges. | 36 |
| | Generate cryptographically strong random strings | 570 |
| | Creates a stream producing cryptographically strong pseudo-random data | 76 |
| | Provides a JavaScript implementation of NIST-recommended random bit generators | 8 |
| | Generates random strings based on user-provided regular expressions | 1,836 |
| | A C++ library providing a high-performance random number generator with deterministic and non-deterministic modes | 20 |
| | A PHP library for generating truly random numbers and strings from an external API | 47 |
| | A Nim library providing functionality to generate random numbers and ranges of bytes using the system's PRNG | 11 |
| | A library for generating realistic random data in various formats | 18 |
| | A Rust library implementing a pseudo-random number generator based on atomic operations | 14 |