git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@180103 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2005-06-05 15:49:25 +00:00
parent 99b1bf42ea
commit e34b56db3f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class RandomAdaptor extends Random implements RandomGenerator {
* Factory method to create a <code>Random</code> using the supplied
* <code>RandomGenerator</code>.
*
* @param randomGenerator
* @param randomGenerator wrapped RandomGenerator instance
* @return a Random instance wrapping the RandomGenerator
*/
public static Random createAdaptor(RandomGenerator randomGenerator) {