|
From: <cob...@us...> - 2003-11-11 11:44:16
|
Update of /cvsroot/jrobin/src
In directory sc8-pr-cvs1:/tmp/cvs-serv6702/src
Modified Files:
Demo.java
Log Message:
bug fix, zero value range
Index: Demo.java
===================================================================
RCS file: /cvsroot/jrobin/src/Demo.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Demo.java 10 Nov 2003 15:46:59 -0000 1.4
--- Demo.java 11 Nov 2003 11:44:12 -0000 1.5
***************
*** 91,94 ****
--- 91,95 ----
pw.println(sample.dump());
sample.update();
+
t += Math.random() * MAX_STEP + 1;
if(((++n) % 1000) == 0) {
|