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 is fully random on some platforms #94

Open
synfinatic opened this issue Nov 24, 2013 · 0 comments
Open

--seed is fully random on some platforms #94

synfinatic opened this issue Nov 24, 2013 · 0 comments

Comments

@synfinatic
Copy link
Owner

currently --seed is just used for srandom() to seed the random generator. On most systems, random() uses a single well defined algorithm, but a few systems (like Win32) use another algorithm. The result is the --seed test fails and the results aren't determnistic.

Honestly, it's probably not that big of a deal, but it is something I would like to see.

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

No branches or pull requests

1 participant