NanoMagMC
v0.2
Monte Carlo Simulation Software for Atomistic Models of Magnetic Materials
|
#include <xoroshiro128.hpp>
Public Types | |
using | result_type = std::uint64_t |
Public Member Functions | |
rng64 (std::uint64_t seed=1) | |
result_type | operator() () |
Public Attributes | |
std::uint64_t | state |
using rng::rng64::result_type = std::uint64_t |
|
inline |
|
inline |
std::uint64_t rng::rng64::state |