Lattice Microbes 2.5
This is for whole cell modeling
Loading...
Searching...
No Matches
lm::rng Namespace Reference

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)

Function Documentation

◆ xorwow_generate_kernel()

__global__ void lm::rng::xorwow_generate_kernel ( curandState * state,
float * randomValues,
float * expRandomValues,
float * normRandomValues,
uint iterations )

◆ xorwow_init_kernel()

__global__ void lm::rng::xorwow_init_kernel ( const unsigned long long seed,
curandState * rngState )