struct random_state random¶
struct random_state { … } constructor random_state() ¶
constexpr random_state() : v { … } Defined at base/random_bits.hpp:52
constructor random_state(random_state &&) ¶
constexpr random_state(random_state&&) = default Defined at base/random_bits.hpp:53
constructor random_state(const random_state &) ¶
constexpr random_state(const random_state&) = default Defined at base/random_bits.hpp:54
function operator=(random_state &&) ¶
constexpr random_state& operator=(random_state&&) = default Defined at base/random_bits.hpp:55
function operator=(const random_state &) ¶
constexpr random_state& operator=(const random_state&) = default Defined at base/random_bits.hpp:56
variable v ¶
portable_vec<u32, 4> v Defined at base/random_bits.hpp:58
Defined at base/random_bits.hpp:50