Warcrow's Enclave Give-Away Contest!

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

MrScott81

Golden Member
Aug 31, 2001
1,891
0
76
import java.io.*;
public class RandomGen{
public static void main(String [] args){
System.out.println(Math.random()*300);
}
}

C:\Documents and Settings\skaforey\Desktop>java RandomGen
204.22968684075948