YarrPP  0.1
C++ Library for Pirates
Public Types | Public Member Functions | List of all members
yarr::random_seed_seq Class Reference

#include <yarr/random.hpp>

Public Types

using result_type = std::uint32_t
 

Public Member Functions

void generate (result_type *begin, result_type *end)
 

Detailed Description

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.

See also
random_seeded

Definition at line 23 of file random.hpp.


The documentation for this class was generated from the following file: