English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
0

2007-05-17 19:37:18 · 2 answers · asked by Whenny Y 1 in Computers & Internet Programming & Design

2 answers

It is not a clear question.. what did you mean?? So what i got from your question is; how to generate random numbers??.. so it is so easy just make an object of Random class as following
Random name_of_object = new Random();
and name_of_object.Next(....)

thats all :)

also check here to get some more..
http://www.getindirectory.com/getin.aspx?pr=Computers/Programming/Languages/

2007-05-17 21:16:35 · answer #1 · answered by ALÝ Ç 2 · 0 0

I don't know what you are asking but here is the documentation.
Math.random()

Returns a double value with a positive sign, greater than or equal to 0.0 and less than 1.0.

2007-05-18 02:55:29 · answer #2 · answered by AnalProgrammer 7 · 0 0

fedest.com, questions and answers