Single header file library for building container of a primitive type with random values, or just single random values. In all cases the random generation uses a uniform distribution.
The project utilizes
- C++ templates
- if-constexpr
- C++20 concepts
- constrained auto (C++20)
- constexpr functions
- C++20 ranges library drop-in replacement for the existing Standard Template Library (AKA STL v2)