alea
Random variable generator
A system for defining and composing random variables in a general-purpose programming language.
Define and compose random variables
44 stars
15 watching
3 forks
Language: Nim
last commit: over 1 year ago
Linked from 1 awesome list
nimrandom-number-distributions
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
nin93/alea | A collection of utilities to work with probability distributions in a programming language | 12 |
jeffersonlab/drand48 | An implementation of a standard pseudo-random number generator | 1 |
thellimist/swiftrandom | Generates random data suitable for Swift development projects. | 561 |
ilqvya/random | A lightweight C++ header-only library providing a simple and convenient API for generating pseudo-random numbers and values with various distributions. | 914 |
imikimi/literate_randomizer | A Ruby gem that generates near-English prose using Markov chains. | 110 |
not-fl3/quad-rand | A Rust library implementing a pseudo-random number generator based on atomic operations | 14 |
zhihaillm/wisdominterrogatory | A tool for generating cryptographically secure random numbers suitable for various use cases, including cryptographic protocols and simulations. | 495 |
skarupke/controlled_random | A C++ library providing a high-performance random number generator with deterministic and non-deterministic modes | 20 |
okeuday/quickrand | An Erlang module providing efficient random number generation functions with proper seeding | 41 |
google-deepmind/torch-randomkit | Provides Lua wrappers around a random number generator library, allowing users to generate samples from various distributions. | 34 |
lysxia/generic-random | A Haskell package providing generic random generators for arbitrary data types. | 81 |
iddm/randomorg | A Rust library that generates random numbers using atmospheric noise from the random.org API. | 8 |
gasche/random-generator | A library to provide an elegant interface for random value generation through combinator libraries. | 29 |