mattreecebentley / plf_rand
A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's PCG rand with a fallback to xor-rand for 32-bit code.
☆14Updated 11 months ago
Alternatives and similar repositories for plf_rand:
Users that are interested in plf_rand are comparing it to the libraries listed below
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated 11 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated 3 weeks ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆28Updated 6 months ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 9 months ago
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆18Updated 3 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- Container Traits for Modern C++☆28Updated 4 years ago
- Similar to python's `repr`, for c++☆32Updated 2 years ago
- An Array Mapped Tree implementation☆10Updated 4 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆65Updated 3 weeks ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆13Updated 2 years ago
- Tiny portable C++ library for atomic operations☆54Updated last year
- homogeneous variadic function parameters☆17Updated last year
- ☆26Updated 4 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated last year
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- C++11 compatible charconv☆29Updated this week
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- A modern(ish) cross-platform open-source 2D game engine built on top of SDL2. C++98/03/11/14/17 compatible. Requires plf::colony and plf:…☆16Updated 6 years ago
- status-value - A class for status and optional value for C++11 and later, C++98 variant provided in a single-file header-only library☆15Updated 9 months ago
- Null-termination-aware string-view class for C++☆24Updated last year
- C++ library for type introspection, reflection, and scripting interface☆27Updated last year
- Fast multi-threaded line counter in Modern C++ (2-10x faster than `wc -l` for large files)☆18Updated 3 years ago