Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Random Number problem

Random Number problem

From: <seiferta_at_my-deja.com>
Date: Sat, 26 Jun 1999 17:12:50 GMT
Message-ID: <7l31mb$3k8$1@nnrp1.deja.com>


I wrote a Java-Application that runs wiht the OAS (Oracle Application Server 4.0). I'm trying to generate a random number with this application but this happens one the first time when I start the App. The second time the generation fails or produces the number 0.

Here is the java code producing the number

int max=9999999999;

String randomNumber =
Double.toString((int)(Math.round(Math.random()))*m ax);

What's wrong with this snippet. Is this an OAS cache problem ?

Any ideas are appreciated.

Andre'

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Sat Jun 26 1999 - 12:12:50 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US