| Lattice Microbes 2.5
    This is for whole cell modeling | 
| Classes | |
| class | RandomGenerator | 
| Base class for random number generators in Lattice Microbes.  More... | |
| class | XORShift | 
| A random number generator that works for a grid based on the index.  More... | |
| class | XORWow | 
| Functions | |
| __global__ void | xorwow_init_kernel (const unsigned long long seed, curandState *rngState) | 
| __global__ void | xorwow_generate_kernel (curandState *state, float *randomValues, float *expRandomValues, float *normRandomValues, uint iterations) | 
| __global__ void lm::rng::xorwow_generate_kernel | ( | curandState * | state, | 
| float * | randomValues, | ||
| float * | expRandomValues, | ||
| float * | normRandomValues, | ||
| uint | iterations ) | 
| __global__ void lm::rng::xorwow_init_kernel | ( | const unsigned long long | seed, | 
| curandState * | rngState ) |