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

Replace uses of std::rand() with lmms:fastRand() #7741

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

Conversation

rubiefawn
Copy link
Contributor

@rubiefawn rubiefawn commented Mar 2, 2025

This PR replaces many uses of std::rand() with lmms::fastRand() to increase readability.

templates are still busted tho
I'll revisit those later. C++ is weird
Templates really would not give that much of a benefit here. I think I
was just having fun, but it's not working correctly with clang, so time
to get real.
@rubiefawn rubiefawn marked this pull request as ready for review March 3, 2025 02:10
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