Skip to content

Conversation

@baogorek
Copy link
Collaborator

@baogorek baogorek commented Apr 24, 2025

What this fixes and how it's fixed

Fixes #363. Moving from instantiating a different generator per entity to a single random number sequence seeded by the minimum entity id saves about 10 seconds. As long as entity id is not negative, our seed will not be negative.

@baogorek baogorek added the bug Something isn't working label Apr 24, 2025
@baogorek baogorek requested a review from nikhilwoodruff April 24, 2025 21:54
@baogorek baogorek self-assigned this Apr 24, 2025
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

Successfully merging this pull request may close these issues.

Overflow in seed integer on Windows platform

2 participants