mirror of
https://github.com/apache/commons-math.git
synced 2025-02-09 03:25:31 +00:00
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
|
* @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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user