-
Notifications
You must be signed in to change notification settings - Fork 284
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
Random Number Generator does not work #52
Comments
Thank you for the report, I will look into this |
Can you provide a minimal code showing how you are using it ? |
I borrowed some of your code from the color_picker.hpp class and got similar results. Edit: Regards, |
This initialize is a new addition to ensure that the static attribute of the RNG object is correctly created before any use but I am not sure this will solve the issue you have. I will do some tests this afternoon |
Hi
It seems like RNG<> does not generate random numbers in succession. Even after restarting my instance, I still get the same number.
The text was updated successfully, but these errors were encountered: