Skip to content

shift to PCG RNGs#571

Merged
bhaller merged 1 commit into
masterfrom
pcg_rng
Nov 1, 2025
Merged

shift to PCG RNGs#571
bhaller merged 1 commit into
masterfrom
pcg_rng

Conversation

@bhaller
Copy link
Copy Markdown
Contributor

@bhaller bhaller commented Nov 1, 2025

This PR shifts from the taus2 and MT19937-64 RNGs to PCG RNGs. These are ~3x faster, and statistically better as well.

@bhaller bhaller linked an issue Nov 1, 2025 that may be closed by this pull request
@bhaller bhaller merged commit 6e2109f into master Nov 1, 2025
32 checks passed
@bhaller bhaller deleted the pcg_rng branch November 1, 2025 18:35
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.

switch SLiM's random number generator (RNG) to be faster and better

1 participant