Pleas make me understand the ......
[code=java]
Random r = new Random(1000);
[/code]
"1000" this parameter what does it signify?
Please make me understand.
I read the API, but didn't understand.
Debasis Jana
[code=java]
Random r = new Random(1000);
[/code]
"1000" this parameter what does it signify?
Please make me understand.
I read the API, but didn't understand.
Debasis Jana
Comment