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

SegFault in pnoise2 when providing large seeds #38

Open
Incognitonomous opened this issue Aug 7, 2024 · 0 comments
Open

SegFault in pnoise2 when providing large seeds #38

Incognitonomous opened this issue Aug 7, 2024 · 0 comments

Comments

@Incognitonomous
Copy link

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

import noise
noise.pnoise2(0.2,0.2,base = 1000000)
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