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
I'm getting inconsistent segfault crashes when using seeds larger than 15000 (using consistent values for the other parameters). it's my understanding that seeds should be able to take integer values between -2^31 and 2^31 - 1, correct me if i'm wrong.
the following crashes for me consistently
importnoisenoise.pnoise2(0.2,0.2,base=1000000)
The text was updated successfully, but these errors were encountered:
I'm getting inconsistent segfault crashes when using seeds larger than 15000 (using consistent values for the other parameters). it's my understanding that seeds should be able to take integer values between -2^31 and 2^31 - 1, correct me if i'm wrong.
the following crashes for me consistently
The text was updated successfully, but these errors were encountered: