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

RNG behaves inconsistently with higher value seeds #31

Open
njbrown opened this issue Apr 19, 2021 · 1 comment
Open

RNG behaves inconsistently with higher value seeds #31

njbrown opened this issue Apr 19, 2021 · 1 comment

Comments

@njbrown
Copy link
Owner

njbrown commented Apr 19, 2021

look into using a better GLSL RNG:
https://stackoverflow.com/a/17479300

PCG RNG:
https://www.pcg-random.org/download.html#minimal-c-implementation

@njbrown
Copy link
Owner Author

njbrown commented Apr 19, 2021

Starting out by lowering the default global random seed from 32 to something below 10.

@njbrown njbrown changed the title Random seed behaves inconsistently at higher numbers RNG behaves inconsistently at higher numbers Apr 19, 2021
@njbrown njbrown changed the title RNG behaves inconsistently at higher numbers RNG behaves inconsistently with higher value seeds Apr 19, 2021
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