mattreecebentley / plf_randLinks
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.
☆17Updated last year
Alternatives and similar repositories for plf_rand
Users that are interested in plf_rand are comparing it to the libraries listed below
Sorting:
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 2 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆68Updated 2 months ago
- ☆49Updated 8 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- Yet another C++ text formatting library.☆71Updated 9 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…☆20Updated 2 months ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated this week
- A compiler-friendly variadic type list for C++.☆37Updated 2 years ago
- Optimizing the memory layout of std::tuple☆34Updated 5 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆42Updated 3 years ago
- A C++ header-only library for creating, displaying, iterating and manipulating dates☆77Updated 2 years ago
- Container Traits for Modern C++☆30Updated 4 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- A concise and readable metaprogramming language for C++☆61Updated 4 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 3 years ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated last year
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆49Updated this week
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- <charconv> from Microsoft STL, but multi-platform☆39Updated 6 months ago
- A fixed capacity dynamically sized string☆68Updated last month
- The IDK (Industrial Development Kit) library!☆36Updated 3 months ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 3 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆49Updated last year
- Cut down and minimalistic C++ string formatting library☆27Updated last year
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 3 years ago
- File/Directory Watcher for Modern C++☆86Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆108Updated last year