This commit is contained in:
Gary Gregory 2024-08-07 20:32:12 -04:00
parent 5ccbfa55c1
commit 0d9bda8967
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ public class RandomUtils {
* Gets the singleton instance based on {@link ThreadLocalRandom#current()}; <b>which is not cryptographically
* secure</b>; use {@link #secure()} to use an algorithms/providers specified in the
* {@code securerandom.strongAlgorithms} {@link Security} property.
* </p>
* <p>
* The method {@link ThreadLocalRandom#current()} is called on-demand.
* </p>