(docs) more specificity

This commit is contained in:
Rob Tompkins 2019-04-08 14:35:57 -04:00
parent cf8093776b
commit b8de60e0c1
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ import java.util.Random;
* <a href="https://commons.apache.org/proper/commons-text/javadocs/api-release/org/apache/commons/text/RandomStringGenerator.html">
* RandomStringGenerator</a> instead.</p>
*
* <p>Caveat: Instances of {@link Random} are not cryptographically secure.</p>
* <p>Caveat: Instances of {@link Random}, upon which the implementation of this
* class relies, are not cryptographically secure.</p>
*
* <p>Please note that the Apache Commons project provides a component
* dedicated to pseudo-random number generation, namely