/search.css" rel="stylesheet" type="text/css"/> /search.js">
Classes | |
class | r123::Philox2x32_R |
class | r123::Philox2x64_R |
class | r123::Philox4x32_R |
class | r123::Philox4x64_R |
The PhiloxNxW classes export the member functions, typedefs and operator overloads required by a CBRNG class.
As described in Parallel Random Numbers: As Easy as 1, 2, 3 . The Philox family of counter-based RNGs use integer multiplication, xor and permutation of W-bit words to scramble its N-word input key. Philox is a mnemonic for Product HI LO Xor).