drand48
Random Number Generator
An implementation of a standard pseudo-random number generator
Nim implementation of standard unix drand48 random number generator
1 stars
6 watching
0 forks
Language: Nim
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
euantorano/sysrandom.nim | A Nim library providing functionality to generate random numbers and ranges of bytes using the system's PRNG | 11 |
oprypin/nim-random | A library providing a range of algorithms and procedures for generating random numbers. | 68 |
iddm/randomorg | A Rust library that generates random numbers using atmospheric noise from the random.org API. | 8 |
cryptocoinjs/drbg.js | Provides a JavaScript implementation of NIST-recommended random bit generators | 8 |
zhihaillm/wisdominterrogatory | A tool for generating cryptographically secure random numbers suitable for various use cases, including cryptographic protocols and simulations. | 491 |
ircmaxell/randomlib | A utility for generating cryptographically secure random numbers and strings | 843 |
andreaferretti/alea | A system for defining and composing random variables in a general-purpose programming language. | 44 |
thellimist/swiftrandom | Generates random data suitable for Swift development projects. | 561 |
aviate-labs/rand.mo | Pseudo Random Number Generator implementation in Motoko | 5 |
not-fl3/quad-rand | A Rust library implementing a pseudo-random number generator based on atomic operations | 14 |
libmir/mir-random | A general-purpose random number generator library providing various algorithms and engines | 32 |
lk-geimfari/secrets.clj | A library for generating cryptographically strong random numbers and secrets suitable for managing security data | 93 |
sindresorhus/random-int | Generates random integers within specified ranges | 87 |
tjade273/randaoplus | An experimental Ethereum-based random number generator using PoW | 10 |
okeuday/quickrand | An Erlang module providing efficient random number generation functions with proper seeding | 41 |