We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rarely getting error above for:
java.util.Random.nextInt() -> _randomKey():
"int position = r.nextInt(key.length() - 1) + 1;"
Sorry for the confusion, it's my first Issue i have found and posted. Greetings.
The text was updated successfully, but these errors were encountered:
Yes, this error forces my application close. Please help..
Sorry, something went wrong.
key.length() - 1 can be 0
r.nextInt must be given a number > 0
No branches or pull requests
rarely getting error above for:
java.util.Random.nextInt() -> _randomKey():
"int position = r.nextInt(key.length() - 1) + 1;"
Sorry for the confusion, it's my first Issue i have found and posted.
Greetings.
The text was updated successfully, but these errors were encountered: