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

new Randomizer().Int() returns only int.MinValue and int.MinValue+1 #67

Closed
praschl opened this issue Mar 27, 2017 · 2 comments
Closed

Comments

@praschl
Copy link

praschl commented Mar 27, 2017

The Method Int() of the Randomizer class returns only the values int.MinValue or int.MinValue+1 when called without parameters,
The default parameters suggest, that it should return any integer between int.MinValue and int.MaxValue.

@bchavez
Copy link
Owner

bchavez commented Mar 27, 2017

Hi @praschl ,

Thanks for reporting this bug. The issue is fixed in v12.0.1.

Brian

💨 🚶 "Bubbles of gas in my brain... Send me off balance, it's not enough"

@praschl
Copy link
Author

praschl commented Mar 28, 2017

Great, thanks!

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

No branches or pull requests

2 participants