RandomLib
Random number generator
A utility for generating cryptographically secure random numbers and strings
A library for generating random numbers and strings
843 stars
37 watching
115 forks
Language: PHP
last commit: about 6 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
ircmaxell/php-passwordlib | A comprehensive cryptographic library for generating and validating passwords, supporting various hash algorithms. | 373 |
iddm/randomorg | A Rust library that generates random numbers using atmospheric noise from the random.org API. | 8 |
libmir/mir-random | A general-purpose random number generator library providing various algorithms and engines | 32 |
ilqvya/random | A lightweight C++ header-only library providing a simple and convenient API for generating pseudo-random numbers and values with various distributions. | 912 |
pixeloution/true-random | A PHP library for generating truly random numbers and strings from an external API | 47 |
zhihaillm/wisdominterrogatory | A tool for generating cryptographically secure random numbers suitable for various use cases, including cryptographic protocols and simulations. | 491 |
gasche/random-generator | A library to provide an elegant interface for random value generation through combinator libraries. | 27 |
patricksrobertson/secure_random.ex | A library providing a set of functions for generating random, secure strings and UUIDs. | 96 |
okeuday/quickrand | An Erlang module providing efficient random number generation functions with proper seeding | 41 |
mljs/random | Utilities for generating random values from various elements | 2 |
sindresorhus/random-int | Generates random integers within specified ranges | 87 |
not-fl3/quad-rand | A Rust library implementing a pseudo-random number generator based on atomic operations | 14 |
skarupke/controlled_random | A C++ library providing a high-performance random number generator with deterministic and non-deterministic modes | 19 |
jeffersonlab/drand48 | An implementation of a standard pseudo-random number generator | 1 |
oprypin/nim-random | A library providing a range of algorithms and procedures for generating random numbers. | 68 |