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

Outputs are not entirely random given seed #16

Open
nemosmithasf opened this issue Oct 29, 2022 · 0 comments
Open

Outputs are not entirely random given seed #16

nemosmithasf opened this issue Oct 29, 2022 · 0 comments

Comments

@nemosmithasf
Copy link

nemosmithasf commented Oct 29, 2022

Following up on #1. I know the issue is marked as resolved, but it seems like the output is still not truly random given incrementing integer seeds.

For example, I am instantiating multiple Prando instances, and using "between" to pick random points on a map (each pick is using a unique Prando instance). The seed is incrementing integers (1, 2, 3...) for each subsequent instance.

The result is
Screenshot 2022-10-28 at 9 10 44 PM

The points circled are the result of adjacent integers. As you can see, there's clearly a non-random pattern when seeds are adjacent integers.

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