SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
rng::xorshift128_t Struct Reference

RNG Engines. More...

#include <rng.hpp>

Public Member Functions

uint64_t next () noexcept
 XORSHIFT-128 Random Number Generator. More...
 
void seed (uint64_t start) noexcept
 
const char * name () const noexcept
 

Detailed Description

RNG Engines.

XORSHIFT-128 Random Number Generator

All credit goes to Sebastiano Vigna (vigna.nosp@m.@acm.nosp@m..org) @2014 http://xorshift.di.unimi.it/

Member Function Documentation

◆ next()

uint64_t rng::xorshift128_t::next ( )
noexcept

XORSHIFT-128 Random Number Generator.

All credit goes to Sebastiano Vigna (vigna.nosp@m.@acm.nosp@m..org) @2014 http://xorshift.di.unimi.it/