controlled_random
Random number generator
A C++ library providing a high-performance random number generator with deterministic and non-deterministic modes
20 stars
2 watching
5 forks
Language: C++
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A lightweight C++ header-only library providing a simple and convenient API for generating pseudo-random numbers and values with various distributions. | 914 |
| A Rust library implementing a pseudo-random number generator based on atomic operations | 14 |
| A Rust library that generates random numbers using atmospheric noise from the random.org API. | 8 |
| A library that generates random numbers with consecutive uniqueness constraints | 116 |
| A library to provide an elegant interface for random value generation through combinator libraries. | 29 |
| Generates random integers within specified ranges | 87 |
| A Haskell package providing generic random generators for arbitrary data types. | 81 |
| An Erlang module providing efficient random number generation functions with proper seeding | 41 |
| A utility for generating cryptographically secure random numbers and strings | 844 |
| A library for generating cryptographically strong random numbers and secrets suitable for managing security data | 93 |
| A purely functional random number generator implemented using the xorshift algorithm. | 27 |
| A Nim library providing functionality to generate random numbers and ranges of bytes using the system's PRNG | 11 |
| Utilities for generating random values from various elements | 2 |
| A random string generator API that generates multiple strings of varying lengths based on user-provided parameters. | 11 |
| Pseudo Random Number Generator implementation in Motoko | 5 |