quickrand
Random Generator
An Erlang module providing efficient random number generation functions with proper seeding
Quick Erlang Random Number Generation
41 stars
2 watching
11 forks
Language: Erlang
last commit: 6 months ago
Linked from 1 awesome list
erlangrandomrandom-number-generators
Related projects:
Repository | Description | Stars |
---|---|---|
okeuday/uuid | A Erlang module for generating UUIDs with various versioning and hashing methods | 217 |
iddm/randomorg | A Rust library that generates random numbers using atmospheric noise from the random.org API. | 8 |
okeuday/erlang_term | An Erlang library providing in-memory size information for various term types without considering storage locations. | 33 |
gasche/random-generator | A library to provide an elegant interface for random value generation through combinator libraries. | 27 |
ircmaxell/randomlib | A utility for generating cryptographically secure random numbers and strings | 843 |
not-fl3/quad-rand | A Rust library implementing a pseudo-random number generator based on atomic operations | 14 |
okeuday/trie | An Erlang implementation of a data structure optimized for efficient string-based key lookups and matching | 132 |
thellimist/swiftrandom | Generates random data suitable for Swift development projects. | 561 |
skarupke/controlled_random | A C++ library providing a high-performance random number generator with deterministic and non-deterministic modes | 19 |
oprypin/nim-random | A library providing a range of algorithms and procedures for generating random numbers. | 68 |
zhihaillm/wisdominterrogatory | A tool for generating cryptographically secure random numbers suitable for various use cases, including cryptographic protocols and simulations. | 491 |
sindresorhus/unique-random | A library that generates random numbers with consecutive uniqueness constraints | 116 |
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 |
sindresorhus/random-int | Generates random integers within specified ranges | 87 |