srand bindings for node - Seedable predictable pseudorandom number generator
Seeded random number generator
The front-end MediaClient module implements the client of the WebMedia data channel.
LCG (linear congruential generator) random number generator.
Seedable random number generator supporting many common distributions.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
Random number generators and other randomness functionality with simple apis to use.
Small Rust wrapper library for calling POSIX's srand() and rand() functions.
Pure-Rust 32-bit x86 emulator + PE loader + Video for Windows host that lets oxideav delegate decoding to legitimately-licensed Windows codec DLLs on any platform — for rare/legacy codec compatibility, not day-to-day playback. See docs/winmf/winmf-emulator.md for the design contract.
Some PNRG algorithms implemented in Rust.
Language-agnostic bytecode VM with fused superinstructions and a 3-tier Cranelift JIT (linear/block/tracing)
xoshiro256++ 伪随机数生成器
Awk implementation in Rust with broad CLI compatibility, parallel records, and experimental Cranelift JIT
a GPU-accelerated reimplementation of openwall's php_mt_seed (PHP 7.1.0+ only)
Pure Rust implementation of CRFsuite (Conditional Random Fields) for labeling sequential data
Command line's multi-platform interactive calculator, GNU bc wrapper.
A Rust CLI tool that prints ASCII histograms from numeric input.
It is a simple library for generating random numbers easily.
srand
A Mersenne-Twister random number generator (RNG) packed up as a class. This allows multiple RNG streams to be active at the same time (which Ruby's normal rand/srand does not allow). The Mersenne-Twister is implemented with fast C code for speed.