#include <curand_kernel.h>
Go to the source code of this file.
|
| __global__ void | setup_kernel (curandState *state, unsigned long seed, int sizeofResult) |
| |
| void | xorwow_setup (curandState *devStates, long int sampleSize, long long int seed) |
| |
| template<typename T > |
| __global__ void | generate_random_gpuInput_xorwow (curandState *state, T *result, int sizeofResult, T Rstrength, T Rshift) |
| |
| template<typename T > |
| void | generate_random_gpuInput_xorwow (curandState *state, T *result, int sizeofResult, T Rstrength, T Rshift, dim3 sGrid, dim3 sThreads) |
| |
template<typename T >
| __global__ void generate_random_gpuInput_xorwow |
( |
curandState * |
state, |
|
|
T * |
result, |
|
|
int |
sizeofResult, |
|
|
T |
Rstrength, |
|
|
T |
Rshift |
|
) |
| |
template<typename T >
| void generate_random_gpuInput_xorwow |
( |
curandState * |
state, |
|
|
T * |
result, |
|
|
int |
sizeofResult, |
|
|
T |
Rstrength, |
|
|
T |
Rshift, |
|
|
dim3 |
sGrid, |
|
|
dim3 |
sThreads |
|
) |
| |
| __global__ void setup_kernel |
( |
curandState * |
state, |
|
|
unsigned long |
seed, |
|
|
int |
sizeofResult |
|
) |
| |
| void xorwow_setup |
( |
curandState * |
devStates, |
|
|
long int |
sampleSize, |
|
|
long long int |
seed |
|
) |
| |