|
CDT++ 1.0.0-rc3
Causal Dynamical Triangulations in C++
|
PCG sequence selector derived from a root random seed. More...
#include <Random.hpp>
Public Member Functions | |
| constexpr | RandomStream (std::uint64_t const value) noexcept |
| auto | operator== (RandomStream const &other) const noexcept -> bool=default |
| constexpr auto | value () const noexcept -> std::uint64_t |
PCG sequence selector derived from a root random seed.
Definition at line 46 of file Random.hpp.
|
inlineexplicitconstexprnoexcept |
| value | PCG sequence selector to retain. |
Definition at line 53 of file Random.hpp.
References value().
|
nodiscarddefaultnoexcept |
| other | Stream selector to compare. |
|
inlinenodiscardconstexprnoexcept |
Definition at line 58 of file Random.hpp.
Referenced by RandomStream().