HikoGUI
A low latency retained GUI
|
#include <hikogui/random/xorshift128p.hpp>
Public Member Functions | |
constexpr | xorshift128p (xorshift128p const &) noexcept=default |
constexpr | xorshift128p (xorshift128p &&) noexcept=default |
constexpr xorshift128p & | operator= (xorshift128p const &) noexcept=default |
constexpr xorshift128p & | operator= (xorshift128p &&) noexcept=default |
constexpr | xorshift128p (u64x2 new_state) noexcept |
template<typename T > | |
T | next () noexcept |
template<> | |
uint64_t | next () noexcept |
Get the next 64 bit of random value. | |
xorshift128+
|
inlinenoexcept |
Get the next 64 bit of random value.