Skip to content

Fix/windows overflow #364

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Fix/windows overflow #364

wants to merge 5 commits into from

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
1 participant