YarrPP
0.1
C++ Library for Pirates
|
#include <yarr/random.hpp>
Public Types | |
using | result_type = std::uint32_t |
Public Member Functions | |
void | generate (result_type *begin, result_type *end) |
A seed sequence which pulls data from a random device via random_fill
. This is a partial implementation of the seed sequence concept and can be used as one in most cases, but it lacks functions that allow for storing or loading repeatable state.
Definition at line 23 of file random.hpp.