ademakov / RNGLinks
A simple state-of-the-art C++ random number generator
☆19Updated 8 years ago
Alternatives and similar repositories for RNG
Users that are interested in RNG are comparing it to the libraries listed below
Sorting:
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆70Updated 5 months ago
- Add-on packages for Vector class library☆76Updated 2 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address g…☆74Updated 5 years ago
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- Optimizing the memory layout of std::tuple☆34Updated 5 years ago
- C++ data structure to manipulate SoA (Structure of Arrays) easily (previously named AggregateVector)☆49Updated 7 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆37Updated 2 months ago
- Command line argument parser (C++14)☆18Updated 6 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated 2 years ago
- Virtual memory based containers☆42Updated 3 years ago
- Rebooting the std::bitset franchise☆45Updated last month
- Flat containers for C++☆59Updated 5 months ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- Mirror of Agner Fog's C++ vector class library☆30Updated 6 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆36Updated 5 months ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆18Updated last year
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 8 years ago
- Yet another C++ text formatting library.☆71Updated 11 months ago
- Type preserving dynamic heterogeneous containers for C++.☆18Updated 6 years ago
- Reference implementation of Grisu-Exact in C++☆69Updated 5 years ago
- Tiny portable C++ library for atomic operations☆53Updated 2 years ago
- Resizable contiguous sequence container with fast appends on either end.☆38Updated 8 years ago
- homogeneous variadic function parameters☆18Updated last year
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- High performance templated AVL tree using a fixed size array. Extensive test suite passing.☆50Updated 3 years ago
- Library of flat vector-like based associative containers☆76Updated 2 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆48Updated last month
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆52Updated 6 years ago
- C++17 compile-time enum reflection library☆45Updated 2 years ago