cuda-samples icon indicating copy to clipboard operation
cuda-samples copied to clipboard

curand_log_normal

Open never-to-never opened this issue 2 years ago • 0 comments

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?

never-to-never avatar Oct 21 '22 07:10 never-to-never