lemire / testingRNGLinks
Testing common random-number generators (RNG)
☆187Updated 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+☆118Updated 5 years ago
- A fast alternative to the modulo reduction☆311Updated 4 years ago
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆324Updated 9 months ago
- PCG — Minimal C Implementation☆429Updated last year
- Storage for my snippets, toy programs, etc.☆363Updated 5 months ago
- Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"☆204Updated 5 years ago
- Vectorized version of the PCG random number generator☆83Updated 5 months ago
- C library implementing the ridiculously fast CLHash hashing function☆280Updated last year
- SHISHUA – The fastest PRNG in the world☆213Updated 2 years ago
- PCG — C Implementation☆388Updated last year
- Bitset Sort, a faster std::sort replacement.☆78Updated 3 years ago
- Different algorithms for converting binary to decimal floating-point numbers☆124Updated 2 years ago
- Fast generalized heap tree algorithms in C++ and C. Provides simultaneous support for D-heap and B-heap.☆135Updated 6 years ago
- Looking into the performance of heaps, starting with the Min-Max Heap☆68Updated 4 years ago
- Hashing functions and PRNGs based on them☆162Updated 7 months ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- Random access array of tightly packed unsigned integers☆165Updated 3 years ago
- 🚀 Fast C/C++ bit population count library☆348Updated last year
- Random Number Generator based on hardware-accelerated AES instructions☆60Updated 6 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Updated 4 years ago
- A simple bitset library in C☆135Updated 6 months ago
- header-only library to validate utf-8 strings at high speeds (using SIMD instructions)☆304Updated last year
- UMASH: a fast enough hash and fingerprint with collision bounds☆157Updated this week
- Compile-time TRIE based string matcher (C++11)☆52Updated 6 years ago
- A fast SIMD parser for CSV files☆155Updated 3 years ago
- Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)☆168Updated 6 months ago
- Fast integer compression in C using the StreamVByte codec☆407Updated 6 months ago
- Fast Hash Functions Using AES Intrinsics☆82Updated 6 years ago
- C library to remove white space from strings as fast as possible☆155Updated 11 months ago
- Methods and Benchmarks for Random Numbers in a Range☆37Updated 7 years ago