true-random
Random generator library
A PHP library for generating truly random numbers and strings from an external API
Fetches random integers from random.org instead of using PHP's PRNG implementation
47 stars
5 watching
4 forks
Language: PHP
last commit: over 11 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ircmaxell/randomlib | A utility for generating cryptographically secure random numbers and strings | 843 |
gasche/random-generator | A library to provide an elegant interface for random value generation through combinator libraries. | 27 |
not-fl3/quad-rand | A Rust library implementing a pseudo-random number generator based on atomic operations | 14 |
patricksrobertson/secure_random.ex | A library providing a set of functions for generating random, secure strings and UUIDs. | 96 |
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 |
okeuday/quickrand | An Erlang module providing efficient random number generation functions with proper seeding | 41 |
sindresorhus/unique-random | A library that generates random numbers with consecutive uniqueness constraints | 116 |
risto-stevcev/pure-random | A purely functional random number generator implemented using the xorshift algorithm. | 27 |
mljs/random | Utilities for generating random values from various elements | 2 |
lysxia/generic-random | A Haskell package providing generic random generators for arbitrary data types. | 81 |
imikimi/literate_randomizer | A Ruby gem that generates near-English prose using Markov chains. | 110 |
treyhunner/pseudorandom.name | A Python-based web application generating random names | 22 |
google-deepmind/torch-randomkit | Provides Lua wrappers around a random number generator library, allowing users to generate samples from various distributions. | 34 |
libmir/mir-random | A general-purpose random number generator library providing various algorithms and engines | 32 |
thellimist/swiftrandom | Generates random data suitable for Swift development projects. | 561 |