sysrandom.nim
Random number generator
A Nim library providing functionality to generate random numbers and ranges of bytes using the system's PRNG
A Nim library to generate random numbers and random ranges of bytes using the system's PRNG.
11 stars
2 watching
1 forks
Language: Nim
last commit: about 6 years ago
Linked from 1 awesome list
nimprngrandomsysrandom
Related projects:
Repository | Description | Stars |
---|---|---|
oprypin/nim-random | A library providing a range of algorithms and procedures for generating random numbers. | 68 |
jeffersonlab/drand48 | An implementation of a standard pseudo-random number generator | 1 |
thellimist/swiftrandom | Generates random data suitable for Swift development projects. | 561 |
zhihaillm/wisdominterrogatory | A tool for generating cryptographically secure random numbers suitable for various use cases, including cryptographic protocols and simulations. | 495 |
andreaferretti/alea | A system for defining and composing random variables in a general-purpose programming language. | 44 |
euantorano/serial.nim | A library providing a pure Nim interface to serial ports. | 74 |
sindresorhus/random-int | Generates random integers within specified ranges | 87 |
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 |
okeuday/quickrand | An Erlang module providing efficient random number generation functions with proper seeding | 41 |
skarupke/controlled_random | A C++ library providing a high-performance random number generator with deterministic and non-deterministic modes | 20 |
ircmaxell/randomlib | A utility for generating cryptographically secure random numbers and strings | 844 |
risto-stevcev/pure-random | A purely functional random number generator implemented using the xorshift algorithm. | 27 |
per9000/lorem | Generates random text in various styles and formats. | 83 |
libmir/mir-random | A general-purpose random number generator library providing various algorithms and engines | 32 |