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 7 months ago
Related projects ⓘ
Alternatives and complementary repositories for plf_rand
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated 2 weeks ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆31Updated 10 months ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆19Updated 7 months ago
- Similar to python's `repr`, for c++☆32Updated 2 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆21Updated 4 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 5 months ago
- Cut down and minimalistic C++ string formatting library☆26Updated 10 months ago
- Type traits for properties of C / C++ enum types☆20Updated 5 years ago
- meta-programming, C++11☆16Updated 2 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated 9 months ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆13Updated last year
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆28Updated 2 months ago
- String facilities for C++98 and later - a library in search of its identity.☆22Updated last year
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 4 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆17Updated 3 years ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- Simple <stdatomic.h>, <stdalign.h> and <threads.h> implementation for MSVC in Visual Studio 2019☆18Updated 5 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Container Traits for Modern C++☆28Updated 4 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 5 years ago
- Compiler/BuildSystem Interface Library☆24Updated 2 years ago
- Single Header Constexpr Circular Queue☆17Updated 4 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆63Updated 2 weeks ago
- homogeneous variadic function parameters☆17Updated 9 months ago
- ☆17Updated 5 years ago
- Containers of fixed capacity,☆9Updated 3 months ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 2 years ago
- C++ utilities for lexing and parsing of script languages and configuration files.☆11Updated 6 years ago