There are 0 repository under prng-algorithms topic.
PRVHASH - Pseudo-Random-Value Hash. Hash functions, PRNG with unlimited period, randomness extractor, and a glimpse into abyss. (inline C/C++) (Codename Gradilac/Градилак)
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 27GB/s + PRNG
Fast, high quality alternative to math/rand and golang.org/x/exp/rand
Ultra fast, high-quality hash functions for hash-tables and hash-maps (non-cryptographic, inline C/C++) + PRNG
A small alternative to the rand crate with no unsafe code and no/minimal dependencies, based on the Xoshiro and Chacha algorithms
A small header-only library for prng implementations using templates. Implements most popular algorithms with a simple and flexible interface. Now with distribution sampling!
A powerful C++ library containing a vast collection of algorithms and datatypes for multiple applications & architectures
C++ PRNG test bench that uses Google Benchmark (to measure speed) and PractRand (to measure randomness)
A C implementation of the Mersenne Twister
Mathematical cryptography (custom implementations).
Psuedo-random number bitgenerators for OCaml users.
Java Mersenne-Twister implementation based on and validated against GNU R's
Pukall PRNG 64 : mix the output of an LFSR 64 and an LCG 64 (C language or 6502 Assembly)
Pseudo random number generator which can be seeded and restarted from a random state.
Seeded random number generators for JavaScript, ported to TypeScript.
Python package for generating the random number using Middle Square Weyl sequence
A micro JS implementation of the Mulberry32 seedable pseudorandom number generator.
Random Number Generator Module
Parallel implementation of inherently sequential algorithms using mathematical hacks. Random Number Generators - Additive LFG and GFSR - implemented with NVIDIA CUDA using Continuous Subsequence Technique and Leap Frog Technique
Pseudo Random Generator Algorithm written in Vanilla C
TETRA algorithms implementation
Fast, high-quality hash function for hash-tables and hash-maps (non-cryptographic, inline C/C++) + PRNG
Rust project to roll my own PRNG as a learning experience - NOT FOR ACTUAL USE!
An implementation of multiple different PRNG methods from multiple different places. Under no circumstances must any of these be used for projects where security is a priority.