git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1509230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2013-08-01 13:34:46 +00:00
parent bafa4f8bf8
commit 5eb18d2ef6

View File

@ -37,6 +37,7 @@ public class RandomGeneratorFactory {
* *
* @param rng JDK {@link Random} instance that will generate the * @param rng JDK {@link Random} instance that will generate the
* the random data. * the random data.
* @return the given RNG, wrapped in a {@link RandomGenerator}.
*/ */
public static RandomGenerator createRandomGenerator(final Random rng) { public static RandomGenerator createRandomGenerator(final Random rng) {
return new RandomGenerator() { return new RandomGenerator() {