Javadoc
This commit is contained in:
parent
5ccbfa55c1
commit
0d9bda8967
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue