|
YarrPP
0.1
C++ Library for Pirates
|
#include <yarr/config.hpp>#include <cstdint>#include <random>Go to the source code of this file.
Classes | |
| class | yarr::random_seed_seq |
Functions | |
| void | yarr::random_fill (char *begin, char *end) |
| template<typename TRandomNumberEngine > | |
| TRandomNumberEngine | yarr::random_seeded () |
Facilities for random number generation and seeding RNGs.
Definition in file random.hpp.
| void yarr::random_fill | ( | char * | begin, |
| char * | end | ||
| ) |
Fill the range [begin, end) with random data from a random device.
Definition at line 18 of file random.cpp.
1.8.11