cuda-samples
cuda-samples copied to clipboard
curand_log_normal
curandState state; curand_init(0, 0, 0, &state); float weight = curand_log_normal(&state,172.0,1);
Why is the value of the random number generated using curand_log_normal printed out as inf?