Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1509230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bafa4f8bf8
commit
5eb18d2ef6
|
@ -37,6 +37,7 @@ public class RandomGeneratorFactory {
|
|||
*
|
||||
* @param rng JDK {@link Random} instance that will generate the
|
||||
* the random data.
|
||||
* @return the given RNG, wrapped in a {@link RandomGenerator}.
|
||||
*/
|
||||
public static RandomGenerator createRandomGenerator(final Random rng) {
|
||||
return new RandomGenerator() {
|
||||
|
|
Loading…
Reference in New Issue