Author: bayard
Date: Sat Sep 27 20:31:24 2008
New Revision: 699767

URL: http://svn.apache.org/viewvc?rev=699767&view=rev
Log:
Improving javadoc a little to explain what the point of this class is/was

Modified:
    
commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/JVMRandom.java

Modified: 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/JVMRandom.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/JVMRandom.java?rev=699767&r1=699766&r2=699767&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/JVMRandom.java 
(original)
+++ 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/JVMRandom.java 
Sat Sep 27 20:31:24 2008
@@ -24,6 +24,10 @@
  * <p><code>JVMRandom</code> is a wrapper that supports all possible 
  * Random methods via the [EMAIL PROTECTED] java.lang.Math#random()} method
  * and its system-wide [EMAIL PROTECTED] Random} object.</p>
+ *
+ * It does this to allow for a Random class in which the seed is
+ * shared between all members of the class - a better name would
+ * have been SharedSeedRandom.
  * 
  * @since 2.0
  * @version $Id$


Reply via email to