<tt>xoshiro
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NstdSTL namespace
 Cformatter< T >Our classes are connected to std::format and friends by specializing the std::formatter struct
 Nxso
 CgeneratorA pseudorandom number generator combining a State and a Scrambler
 CxoshiroThe state for the Xoshiro family of pseudorandom number generators
 CxoroshiroThe state for the Xoroshiro family of pseudorandom number generators
 CstarThe star scrambler is passed a state array and will return S * state[w] where:
 Cstar_starThe star_star scrambler is passed a state array an returns T * rotl(S * state[w], R) where:
 CplusThe plus scrambler is passed a state array an returns state[w0] + state[w1]
 Cplus_plusThe plus_plus scrambler is passed a state array an returns rotl(state[w0] + state[w1], R) + state[w0]
 CpartitionPartition a random number stream into a number of non-overlapping sub-streams