Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curand_log_normal #2

Open
never-to-never opened this issue Oct 21, 2022 · 0 comments
Open

curand_log_normal #2

never-to-never opened this issue Oct 21, 2022 · 0 comments

Comments

@never-to-never
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant