randomorg
Random number generator
A Rust library that generates random numbers using atmospheric noise from the random.org API.
A random.org client library for Rust
8 stars
1 watching
4 forks
Language: Rust
last commit: 12 months ago
Linked from 1 awesome list
libraryrandomrust
Related projects:
Repository | Description | Stars |
---|---|---|
not-fl3/quad-rand | A Rust library implementing a pseudo-random number generator based on atomic operations | 14 |
okeuday/quickrand | An Erlang module providing efficient random number generation functions with proper seeding | 41 |
libmir/mir-random | A general-purpose random number generator library providing various algorithms and engines | 32 |
ircmaxell/randomlib | A utility for generating cryptographically secure random numbers and strings | 843 |
sindresorhus/random-int | Generates random integers within specified ranges | 87 |
lukeed/uid | A utility to generate unique fixed-length random IDs. | 655 |
sindresorhus/unique-random | A library that generates random numbers with consecutive uniqueness constraints | 116 |
skarupke/controlled_random | A C++ library providing a high-performance random number generator with deterministic and non-deterministic modes | 19 |
jamesdouble/randmymod | Generates randomized instances of custom data models with customizable randomness behavior | 18 |
mrdimidium/nanoid | A tiny, secure, URL-friendly ID generator with customizable length and alphabet. | 543 |
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. | 491 |
oprypin/nim-random | A library providing a range of algorithms and procedures for generating random numbers. | 68 |
euantorano/sysrandom.nim | A Nim library providing functionality to generate random numbers and ranges of bytes using the system's PRNG | 11 |