Go to the source code of this file.
Functions | |
void | cudaSetSeed (int dev) |
void | cudaSetSeed (unsigned int seed, int dev) |
void | cudaRandomMT (CudaImage< float > &out) |
void | cudaSizeRandomBuffer (CudaImage< float > &buf, MemoryPolicy mp, int dev, int minSize=0) |
C++ wrapper for CUDA random number generation
Definition in file CudaRandom.H.