-
|
Currently, with the method generator.generateString(10, 20), it receives the minimum and maximum number of characters. However, it seems that the generated string always ends up being of the maximum length. Shouldn't the length of the string be randomly chosen between the minimum and maximum number of characters? If you agree with this, I will register it as an issue. |
Beta Was this translation helpful? Give feedback.
Answered by
yayakm
Aug 15, 2024
Replies: 1 comment 1 reply
-
|
I've just checked and indeed the length of the generated string is always equal to the maximum length, you can register this as an issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kycasdzxc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I've just checked and indeed the length of the generated string is always equal to the maximum length, you can register this as an issue.