blitz  Version 1.0.2
ranlib::MersenneTwister::BitMixer Struct Reference
Collaboration diagram for ranlib::MersenneTwister::BitMixer:
Collaboration graph

Public Member Functions

 BitMixer ()
 
 BitMixer (twist_int k)
 
twist_int low_mask (twist_int s1) const
 
twist_int high_mask (twist_int s1) const
 
twist_int operator() (twist_int s1)
 

Public Attributes

twist_int s0
 
const twist_int K
 

Constructor & Destructor Documentation

ranlib::MersenneTwister::BitMixer::BitMixer ( )
inline
ranlib::MersenneTwister::BitMixer::BitMixer ( twist_int  k)
inline

Member Function Documentation

twist_int ranlib::MersenneTwister::BitMixer::high_mask ( twist_int  s1) const
inline

References s0.

Referenced by operator()().

twist_int ranlib::MersenneTwister::BitMixer::low_mask ( twist_int  s1) const
inline

References K.

Referenced by operator()().

twist_int ranlib::MersenneTwister::BitMixer::operator() ( twist_int  s1)
inline

Member Data Documentation

const twist_int ranlib::MersenneTwister::BitMixer::K

Referenced by low_mask().

twist_int ranlib::MersenneTwister::BitMixer::s0

Referenced by high_mask(), and operator()().


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