controlled_random
Random number generator
A C++ library providing a high-performance random number generator with deterministic and non-deterministic modes
19 stars
2 watching
4 forks
Language: C++
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ilqvya/random | A lightweight C++ header-only library providing a simple and convenient API for generating pseudo-random numbers and values with various distributions. | 912 |
not-fl3/quad-rand | A Rust library implementing a pseudo-random number generator based on atomic operations | 14 |
iddm/randomorg | A Rust library that generates random numbers using atmospheric noise from the random.org API. | 8 |
sindresorhus/unique-random | A library that generates random numbers with consecutive uniqueness constraints | 116 |
gasche/random-generator | A library to provide an elegant interface for random value generation through combinator libraries. | 27 |
sindresorhus/random-int | Generates random integers within specified ranges | 87 |
lysxia/generic-random | A Haskell package providing generic random generators for arbitrary data types. | 81 |
okeuday/quickrand | An Erlang module providing efficient random number generation functions with proper seeding | 41 |
ircmaxell/randomlib | A utility for generating cryptographically secure random numbers and strings | 843 |
lk-geimfari/secrets.clj | A library for generating cryptographically strong random numbers and secrets suitable for managing security data | 93 |
risto-stevcev/pure-random | A purely functional random number generator implemented using the xorshift algorithm. | 27 |
euantorano/sysrandom.nim | A Nim library providing functionality to generate random numbers and ranges of bytes using the system's PRNG | 11 |
mljs/random | Utilities for generating random values from various elements | 2 |
polarspetroll/ciprand | A random string generator API that generates multiple strings of varying lengths based on user-provided parameters. | 11 |
aviate-labs/rand.mo | Pseudo Random Number Generator implementation in Motoko | 5 |