removed a javadoc paragraph that is not true anymore
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@797237 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
257578b72b
commit
441880be46
|
@ -36,11 +36,6 @@ import java.io.Serializable;
|
|||
* Number Generator</a>, ACM Transactions on Modeling and Computer
|
||||
* Simulation, Vol. 8, No. 1, January 1998, pp 3--30</p>
|
||||
|
||||
* <p>The class is implemented as a specialization of the standard
|
||||
* <code>java.util.Random</code> class. This allows to use it in
|
||||
* algorithms expecting a standard random generator, and hence benefit
|
||||
* from a better generator without code change.</p>
|
||||
|
||||
* <p>This class is mainly a Java port of the 2002-01-26 version of
|
||||
* the generator written in C by Makoto Matsumoto and Takuji
|
||||
* Nishimura. Here is their original copyright:</p>
|
||||
|
|
Loading…
Reference in New Issue