You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should poisson be working for negative lamda? It currently returns 0. Not sure if this matters, was just surprised. np.random.poisson raises an error for lambda < 0.
Yeah, maybe really not important. Feel free to close this again. I was just a bit confused because the cuRAND host API fails for lambda <= 0. But I just saw that the device API on the other hand doesn't fail and returns 0 for lambda <= 0.
Should
poisson
be working for negative lamda? It currently returns 0. Not sure if this matters, was just surprised.np.random.poisson
raises an error forlambda < 0
.The text was updated successfully, but these errors were encountered: