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
Hi, with RandomProvider.nextLong(min,max) you can assign any min value but with max value as Long.MAX_VALUE, and methon can be return negative values
Faker version: 2.0.0-rc.7
Example faker.random.nextLong(min = 1, max = Long.MAX_VALUE)
faker.random.nextLong(min = 1, max = Long.MAX_VALUE)
The text was updated successfully, but these errors were encountered:
Hi @samuele794 , Thanks for reporting the issue! I will take a look at this, unless you'd like to contribute a fix?
Sorry, something went wrong.
No branches or pull requests
Hi,
with RandomProvider.nextLong(min,max) you can assign any min value but with max value as Long.MAX_VALUE,
and methon can be return negative values
Faker version: 2.0.0-rc.7
Example
faker.random.nextLong(min = 1, max = Long.MAX_VALUE)
The text was updated successfully, but these errors were encountered: