|
CDT++ 1.0.0-rc3
Causal Dynamical Triangulations in C++
|
Root entropy value used to reproduce a random run. More...
#include <Random.hpp>
Public Member Functions | |
| constexpr | RandomSeed (std::uint64_t const value) noexcept |
| auto | operator== (RandomSeed const &other) const noexcept -> bool=default |
| constexpr auto | value () const noexcept -> std::uint64_t |
Root entropy value used to reproduce a random run.
Definition at line 24 of file Random.hpp.
|
inlineexplicitconstexprnoexcept |
| value | Root entropy value to retain. |
Definition at line 31 of file Random.hpp.
References value().
|
nodiscarddefaultnoexcept |
| other | Seed to compare. |
|
inlinenodiscardconstexprnoexcept |
Definition at line 36 of file Random.hpp.
Referenced by RandomSeed(), and cdt::utilities::make_filename().