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

Generating voronoi field not deterministic #40

Closed
skygering opened this issue Mar 6, 2023 · 1 comment
Closed

Generating voronoi field not deterministic #40

skygering opened this issue Mar 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@skygering
Copy link
Contributor

skygering commented Mar 6, 2023

Creating a voronoi field is not deterministic since the call to VoronoiCells is not deterministic. This will need to be looked into.

If a user wants the same scenario as previously run, they need to load in an initial state file, rather than depending on the seeding of the generate floe field function.

See issue I opened here

@skygering skygering added the bug Something isn't working label Mar 6, 2023
@skygering
Copy link
Contributor Author

Issues closed with VoronoiDelauny and VoronoiCells. Added RNG to both, which is now called by VoronoiCells within main branch after #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant