Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.util.Random

Uses of Random in java.util
 

Fields in java.util declared as Random
private static Random Collections.defaultRandom
          Cache a single Random object for use by shuffle(List).
 

Methods in java.util with parameters of type Random
static void Collections.shuffle(List l, Random r)
          Shuffle a list according to a given source of randomness.