NcEngine
nc::Xoshiro256ss Class Reference

Random number engine based on Xoshiro256** by David Blackman and Sebastiano Vigna. More...

#include <Xoshiro256.h>

Public Types

using result_type = unsigned long long
 

Public Member Functions

constexpr Xoshiro256ss (result_type seed) noexcept
 
constexpr auto Fork () noexcept -> Xoshiro256ss
 
constexpr auto operator() () noexcept -> result_type
 

Static Public Member Functions

static constexpr auto min () noexcept
 
static constexpr auto max () noexcept
 

Friends

constexpr friend bool operator== (const Xoshiro256ss &lhs, const Xoshiro256ss &rhs) noexcept
 
constexpr friend bool operator!= (const Xoshiro256ss &lhs, const Xoshiro256ss &rhs) noexcept
 

Detailed Description

Random number engine based on Xoshiro256** by David Blackman and Sebastiano Vigna.


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