| Lattice Microbes 2.5
    This is for whole cell modeling | 
#include <cuda.h>#include <cuda_runtime.h>#include <curand_kernel.h>#include "core/Types.h"#include "rng/RandomGenerator.h"Go to the source code of this file.
| Classes | |
| class | lm::rng::XORWow | 
| Namespaces | |
| namespace | lm | 
| namespace | lm::rng | 
| Functions | |
| __global__ void | lm::rng::xorwow_init_kernel (const unsigned long long seed, curandState *rngState) | 
| __global__ void | lm::rng::xorwow_generate_kernel (curandState *state, float *randomValues, float *expRandomValues, float *normRandomValues, uint iterations) |