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.
☆19Updated 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.☆37Updated 2 weeks ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 2 weeks ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆53Updated 6 years ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated last year
- Optimizing the memory layout of std::tuple☆34Updated 5 years ago
- Yet another C++ text formatting library.☆71Updated last year
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- Cross-platform C++ Utility Library☆56Updated last week
- ☆50Updated 8 years ago
- A compiler-friendly variadic type list for C++.☆38Updated 2 years ago
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 3 years ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆41Updated 3 years ago
- Virtual memory based containers☆42Updated 3 years ago
- Tiny portable C++ library for atomic operations☆53Updated 2 years ago
- Null-termination-aware string-view class for C++☆26Updated 5 months ago
- Library of flat vector-like based associative containers☆76Updated 3 years ago
- Windows Using Headers Only...☆63Updated 5 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆49Updated last year
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆43Updated 4 years ago
- C++ Better Futures☆50Updated 3 years ago
- benchmark for various C++ function implementations; focus on invocation time☆97Updated 6 years ago
- Container Traits for Modern C++☆29Updated 5 years ago
- Type traits for properties of C / C++ enum types☆22Updated 6 years ago
- C++11 compatible charconv☆31Updated last month
- C++20 for flag enums☆27Updated 5 years ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆26Updated 4 years ago