HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions
v1::xorshift128p Class Reference

#include <hikogui/random/xorshift128p.hpp>

Public Member Functions

constexpr xorshift128p (xorshift128p const &) noexcept=default
 
constexpr xorshift128p (xorshift128p &&) noexcept=default
 
constexpr xorshift128poperator= (xorshift128p const &) noexcept=default
 
constexpr xorshift128poperator= (xorshift128p &&) noexcept=default
 
constexpr xorshift128p (u64x2 new_state) noexcept
 
template<typename T >
next () noexcept
 
template<>
uint64_t next () noexcept
 Get the next 64 bit of random value.
 

Detailed Description

xorshift128+

Member Function Documentation

◆ next()

template<>
uint64_t v1::xorshift128p::next ( )
inlinenoexcept

Get the next 64 bit of random value.


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