Posted on 10. September 2022
Some years ago, I have used an existing random string generator for generating random unique strings. From one day to another, there were a lot of timeouts in the application.
It turned out that the random string generator was not as random as I thought.
Do you run automated tests against a random string generator if it can provide for sufficient randomness?