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

Seed-able Random Number Generator #13

Closed
jmurrayufo opened this issue Aug 5, 2012 · 2 comments
Closed

Seed-able Random Number Generator #13

jmurrayufo opened this issue Aug 5, 2012 · 2 comments

Comments

@jmurrayufo
Copy link
Owner

The current PRNG in the Noise class has a fixed seed. We need to be able to give arbitrary seeds.

@jmurrayufo
Copy link
Owner Author

We have a somewhat working version out of the stdlib.h version of rand() and srand(). These need testing!

@jmurrayufo
Copy link
Owner Author

Dropped the normal one for the custom one. It seems to function better anyway.

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