lemire / testingRNGLinks
Testing common random-number generators (RNG)
☆194Updated last week
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+☆120Updated 5 years ago
- A fast alternative to the modulo reduction☆315Updated 4 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆338Updated last year
- PCG — C Implementation☆401Updated 2 years ago
- C library implementing the ridiculously fast CLHash hashing function☆281Updated last year
- Methods and Benchmarks for Random Numbers in a Range☆37Updated 7 years ago
- SHISHUA – The fastest PRNG in the world☆220Updated 2 years ago
- Random Number Generator based on hardware-accelerated AES instructions☆61Updated 6 years ago
- PCG — Minimal C Implementation☆431Updated 2 years ago
- Vectorized version of the PCG random number generator☆84Updated 9 months ago
- 🚀 Fast C/C++ bit population count library☆358Updated last year
- Different algorithms for converting binary to decimal floating-point numbers☆128Updated 3 years ago
- Hashing functions and PRNGs based on them☆166Updated last month
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆69Updated 4 years ago
- Fast integer compression in C using the StreamVByte codec☆412Updated 10 months ago
- Storage for my snippets, toy programs, etc.☆372Updated last month
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 6 years ago
- Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, header-only C/C++) 27GB/s + …☆267Updated last week
- A simple bitset library in C☆142Updated 10 months ago
- A bit mixer, pseudo random number generator and a hash function.☆29Updated 3 years ago
- Random access array of tightly packed unsigned integers☆171Updated 3 years ago
- ☆39Updated 4 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆136Updated 6 years ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- A benchmark for sorting algorithms☆62Updated 4 years ago
- Fast C functions for the computing the positional popcount (pospopcnt).☆55Updated 5 years ago
- UMASH: a fast enough hash and fingerprint with collision bounds☆159Updated last month
- Fast Hash Functions Using AES Intrinsics☆84Updated 6 years ago
- Reference implementation of Grisu-Exact in C++☆69Updated 5 years ago