cxxomfort  rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
<random>

Backports related to Standard Header <random>

// or as part of:

Including the header brings up <random>'s features, accounting for eg.: location being std::tr1::random... where set up in C++03, as well as changes to their names in certain compiler versions before C++11 was finalized.

Interfaces

Interfaces defined in this section:

If CXXOFLAG_USE_INTERNAL_TR1 is enabled for pre-C++03 compilers, the following features are also enabled:

Interfaces repointed here for GCC and Clang:

Fixes / non-backport interfaces (cxxomfort::fix):

Pending:

See Also

See also
header/random @ cppreference (cppreference)
cxxo-sup-random (supplemental)
Class shuffle_order_engine< Engine, K >