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

Use rand/v2 #54

Closed
wants to merge 2 commits into from
Closed

Use rand/v2 #54

wants to merge 2 commits into from

Conversation

dirkschumacher
Copy link
Contributor

This uses the new rand/v2 package with the PCG random number generator.

The biggest benefit is the size of PCG, it reduces memory consumption by about 30% (on our package benchmark tests). It comes at a cost of slightly higher cost to generate new numbers.

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.

1 participant