cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
Namespaces | Typedefs
07-lcg.hpp File Reference

Barebones implementation of std::linear_congruential_engine. More...

Namespaces

 cxxomfort
 Namespace of the cxxomfort library.
 
 cxxomfort::cxxostd
 Backports made available by cxxomfort.
 

Typedefs

typedef linear_congruential_engine< uint32_t, 16807, 0, 2147483647 > minstd_rand0
 minstd_rand0
 
typedef linear_congruential_engine< uint32_t, 48271, 0, 2147483647 > minstd_rand
 minstd_rand
 

Detailed Description

Barebones implementation of std::linear_congruential_engine.

This is an implementation not directly used by cxxomfort but made available for TR1 compatibility layers.

This file should end up included only when no TR1 has been found and the user has requested CXXO_USE_INTERNAL_TR1.