lemire / testingRNGLinks
Testing common random-number generators (RNG)
☆185Updated 2 years ago
Alternatives and similar repositories for testingRNG
Users that are interested in testingRNG are comparing it to the libraries listed below
Sorting:
- Fast random number generators: Vectorized (SIMD) version of xorshift128+☆117Updated 4 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆320Updated 8 months ago
- A fast alternative to the modulo reduction☆310Updated 4 years ago
- PCG — C Implementation☆385Updated last year
- SHISHUA – The fastest PRNG in the world☆214Updated last year
- PCG — Minimal C Implementation☆423Updated last year
- Storage for my snippets, toy programs, etc.☆361Updated 4 months ago
- C library implementing the ridiculously fast CLHash hashing function☆279Updated last year
- Random Number Generator based on hardware-accelerated AES instructions☆59Updated 6 years ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 5 years ago
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆67Updated 4 years ago
- Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 27GB/s + PRNG☆234Updated 2 months ago
- Vectorized version of the PCG random number generator☆80Updated 4 months ago
- Different algorithms for converting binary to decimal floating-point numbers☆121Updated 2 years ago
- C library to remove white space from strings as fast as possible☆154Updated 10 months ago
- A benchmark for sorting algorithms☆60Updated 4 years ago
- Methods and Benchmarks for Random Numbers in a Range☆37Updated 6 years ago
- Hashing functions and PRNGs based on them☆163Updated 5 months ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆257Updated 3 years ago
- UMASH: a fast enough hash and fingerprint with collision bounds☆156Updated 6 months ago
- 🚀 Fast C/C++ bit population count library☆348Updated last year
- 64-bit PRNG shootout☆17Updated last month
- ZP7: Zach's Peppy Parallel-Prefix-Popcountin' PEXT/PDEP Polyfill☆53Updated 11 months ago
- Compile-time TRIE based string matcher (C++11)☆52Updated 6 years ago
- A super-fast hash algorithm in a single C++ header☆86Updated 3 years ago
- A bit mixer, pseudo random number generator and a hash function.☆28Updated 3 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆53Updated 5 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆166Updated 4 months ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆134Updated 5 years ago