#include <iostream>#include <algorithm>#include <cassert>#include <boost/config.hpp>#include <boost/limits.hpp>#include <boost/static_assert.hpp>#include <boost/cstdint.hpp>#include <boost/random/detail/operators.hpp>#include <boost/random/detail/seed.hpp>#include <boost/random/detail/signed_unsigned_tools.hpp>#include <boost/random/linear_congruential.hpp>#include <boost/random/detail/disable_warnings.hpp>#include <boost/random/detail/enable_warnings.hpp>

Classes | |
| class | boost::random::shuffle_order_engine< UniformRandomNumberGenerator, k > |
Instatiations of class template shuffle_order_engine model a . More... | |
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::random | |
Typedefs | |
| typedef shuffle_order_engine < linear_congruential_engine < uint32_t, 1366, 150889, 714025 >, 97 > | boost::random::kreutzer1986 |
According to Harry Erwin (private e-mail), the specialization kreutzer1986 was suggested in: More... | |
| typedef shuffle_order_engine < minstd_rand0, 256 > | boost::random::knuth_b |
The specialization knuth_b is specified by the C++ standard. More... | |