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.☆34Updated 2 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 2 months ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- A compiler-friendly variadic type list for C++.☆37Updated 2 years ago
- Container Traits for Modern C++☆29Updated 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
- A concise and readable metaprogramming language for C++☆61Updated 4 years ago
- Yet another C++ text formatting library.☆70Updated 8 months ago
- Cross-platform C++ Utility Library☆54Updated last week
- Virtual memory based containers☆43Updated 3 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated last year
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- A custom implementation of the C++17 'string_view' back-ported to c++11☆42Updated 3 years ago
- ☆49Updated 7 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 last year
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- Tiny portable C++ library for atomic operations☆54Updated 2 years ago
- A C++ header-only library for creating, displaying, iterating and manipulating dates☆77Updated 2 years ago
- C++ build system that uses C++ for build configuration.☆19Updated last week
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆33Updated last year
- Cut down and minimalistic C++ string formatting library☆28Updated last year
- File/Directory Watcher for Modern C++☆85Updated 2 years 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
- C++11 compatible charconv☆31Updated last month
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- The IDK (Industrial Development Kit) library!☆36Updated 2 months ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 3 years ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 3 years ago
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆68Updated 6 years ago