Merging changes from mk-branch 122:123.

This commit is contained in:
Marcel Kronfeld
2008-07-29 09:20:56 +00:00
parent b34c349e00
commit 8ab56480a3
11 changed files with 236 additions and 97 deletions

View File

@@ -146,7 +146,7 @@ public class RNG extends Random {
return (hi-lo)*random.nextFloat()+lo;
}
/**
*
* A random double value between 0 and 1.
*/
public static double randomDouble() {
return random.nextDouble();