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
Form arturmkrtchyan/iban4j#91
I'm using Kotest property based testing, and this needs a deterministic way of generating random data based on a seed, or existing Random instance.
iban4j can generate random IBANs, but I can't set a seed or pass in a Random instance.
I would like to add an overload for the 'Iban.random()method that will accept aRandom` parameter.
I can try making a PR for this, if you agree. Thanks!
Allow passing in a custom random, so users can make the generation deterministic.
resolves arturmkrtchyan/iban4j#91 based on arturmkrtchyan/iban4j#93
Summary
The text was updated successfully, but these errors were encountered:
#19 - Allow setting a custom Random - initial commit
576046e
#19 - Allow setting a custom Random - done (j2cl removed due to JUnit…
714c705
… problems)
Feature/19 (#21)
cf701a1
* #19 - Allow setting a custom Random - initial commit * #19 - Allow setting a custom Random - done (j2cl removed due to JUnit problems)
Done
Sorry, something went wrong.
FrankHossfeld
No branches or pull requests
Form arturmkrtchyan/iban4j#91
I'm using Kotest property based testing, and this needs a deterministic way of generating random data based on a seed, or existing Random instance.
iban4j can generate random IBANs, but I can't set a seed or pass in a Random instance.
I would like to add an overload for the 'Iban.random()method that will accept aRandom` parameter.
I can try making a PR for this, if you agree. Thanks!
Allow passing in a custom random, so users can make the generation deterministic.
resolves arturmkrtchyan/iban4j#91 based on arturmkrtchyan/iban4j#93
Summary
The text was updated successfully, but these errors were encountered: