Random number engine based on Xoshiro256** by David Blackman and Sebastiano Vigna.
More...
#include <Xoshiro256.h>
|
using | result_type = unsigned long long |
|
|
constexpr | Xoshiro256ss (result_type seed) noexcept |
|
constexpr auto | Fork () noexcept -> Xoshiro256ss |
|
constexpr auto | operator() () noexcept -> result_type |
|
|
static constexpr auto | min () noexcept |
|
static constexpr auto | max () noexcept |
|
Random number engine based on Xoshiro256** by David Blackman and Sebastiano Vigna.
The documentation for this class was generated from the following file: