16 skills found
avaneev / PrvhashPRVHASH - Pseudo-Random-Value Hash. Hash functions, PRNG with unlimited period, randomness extractor, and a glimpse into abyss. (header-only C/C++) (Codename Gradilac/Градилак)
avaneev / KomihashVery fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, header-only C/C++) 27GB/s + PRNG
flyingmutant / RandFast, high quality alternative to math/rand and golang.org/x/exp/rand
cocowalla / Wyhash DotnetZero-allocation C# implementation of Wang Yi's wyhash hash algorithm and wyrand PRNG
lordpoint / Xorshift Sandbox And VisualizerAn implementation of the xorshift+ pseudo-random number generation (PRNG) algorithm in javascript that provides visualization of the algorithm's outcome in order to help understand its apparent randomness
avaneev / A5hashUltra fast, high-quality hash functions for hash-tables and hash-maps (non-cryptographic, header-only C/C++) + PRNG
BrutPitt / FastPRNGFAST 32/64 bit PRNG (pseudo-random generator), highly optimized, based on xoshiro* / xoroshiro*, xorshift and other Marsaglia algorithms.
BareRose / Ranxoshi256Portable, single-file, PRNG library implementing the xoshiro256** algorithm
hpenne / SmallrandA small alternative to the rand crate with no unsafe code and no/minimal dependencies, based on the Xoshiro and Chacha algorithms
khionu / Mystery SoupPRNG algorithms for Elixir
mjtb49 / ChunkRandomReversalA collection of algorithms to reverse using partial information various hashes used by Minecraft to seed its ChunkRandom PRNG.
lpodkalicki / Attiny Random LibraryATtiny13/25/45/85 16-bit PRNG (Pseudo Random Number Generator) library based on Galois LFSR algorithm.
CiaccoDavide / CiaccoPRNGA simple PRNG algorithm implemented in various languages! Same seed same sequences, ints only.
DKenefake / SmallPRNGA small header-only library for prng implementations using templates. Implements most popular algorithms with a simple and flexible interface. Now with distribution sampling!
rafa-br34 / BigLibA powerful C++ library containing a vast collection of algorithms and datatypes for multiple applications & architectures
BareRose / RandomicPortable, single-file, atomic PRNG library, using the smallprng algorithm and standard atomics (deprecated, use ranxoshi256)