CVGalleryGamesPreviewRandomJavaSiteWeb
Site updates
Testing New System now...

Basic Random

Basic Random is basically, random numbers.

Download:
BasicRandom.java - command line
BasicRandom.class - command line
public class basicRandom
{

    public static void main (String[] args)
    {
	for(int i=0; i<100; i++)
	    System.out.print((int)(Math.random()*5) + " | ");
    }

}
NOTE: The Java section is mostly in maintenence mode. I don't have time to work on it right now. Errors will be corrected if pointed out, but they are not actively being searched for. Newer site features, like alternate stylesheets, may cause problems with these pages.