New topics: Your Pet, IOU, Baby IQ, The Poisons, Birther II, Games, Future Power

Welcome to the Tech Space!

Microsoft Related

Skip to end of metadata
Go to start of metadata
 import java.util.Random;

Random generator = new Random();

    Random generator2 = new Random( 19580427 );

int r = generator.nextInt();

 int randomIndex = generator.nextInt( n );

Sources:

Labels:
java java Delete
random random Delete
programming programming Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.