Skip to content

feat: Rollback RNG#488

Merged
elementbound merged 10 commits intomainfrom
feat/rollback-rng
Aug 15, 2025
Merged

feat: Rollback RNG#488
elementbound merged 10 commits intomainfrom
feat/rollback-rng

Conversation

@elementbound
Copy link
Copy Markdown
Contributor

@elementbound elementbound commented Aug 14, 2025

Implements a RandomNumberGenerator that can be used in the rollback tick loop.

Compared to a regular RNG, runs at 50% speed when called repeatedly on the same tick, and runs at 20% speed when called from different ticks. This means approx 2 us/number, compared to the RNG's 0.4us.

Closes #465

@elementbound elementbound merged commit d354ddf into main Aug 15, 2025
2 checks passed
@elementbound elementbound deleted the feat/rollback-rng branch August 15, 2025 20:04
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

Successfully merging this pull request may close these issues.

Rollback RNG

1 participant