You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this is a bug though, it's an option to include numbers. Not always they will be included. If you want to force numbers, you can use something like bothify, regexify, or examplify.
Describe the bug
lorem().characters() method sometimes does not include digit.
To Reproduce
Run "lorem().characters(7,true,true)" this in a loop. Observe that some times, the generated string will miss digit.
Expected behavior
A digit must include every time when includeDigit is used.
Versions:
Additional context
The text was updated successfully, but these errors were encountered: