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 10 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…☆19Updated 10 months ago
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated last week
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 8 months ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆18Updated 3 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated last year
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 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
- Similar to python's `repr`, for c++☆32Updated 2 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆22Updated 5 years ago
- C++ library for type introspection, reflection, and scripting interface☆27Updated last year
- A compiler-friendly variadic type list for C++.☆36Updated last year
- 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
- 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
- An Array Mapped Tree implementation☆10Updated 4 years ago
- homogeneous variadic function parameters☆17Updated last year
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- 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 8 months ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆28Updated 5 months ago
- meta-programming, C++11☆16Updated 2 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
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆41Updated last month
- Tiny portable C++ library for atomic operations☆54Updated last year
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆64Updated last week
- Generic 2D graphics library for C++14☆28Updated 3 weeks ago
- Collection of C++ containers extracted from LLVM☆26Updated 3 years ago