Java Platform 1.2
Beta 4

Uses of Class
java.util.Random

Packages that use Random
java.math Provides classes for performing arbitrary-precision integer arithmetic (BigInteger) and arbitrary-precision decimal arithmetic (BigDecimal).  
java.security Provides the classes and interfaces for the security framework.  
java.util Provides useful utilities for data structures, date, time, internationalization, events (root interfaces), a simple string tokenizer, a random-number generator, observers, properties and exceptions.  
 

Uses of Random in java.math
 

Constructors in java.math with parameters of type Random
BigInteger.BigInteger(int numBits, Random rnd)
          Constructs a randomly generated BigInteger, uniformly distributed over the range 0 to (2numBits - 1)
BigInteger.BigInteger(int bitLength, int certainty, Random rnd)
          Constructs a randomly generated positive BigInteger that is probably prime, with the specified bitLength.
 

Uses of Random in java.security
 

Subclasses of Random in java.security
  SecureRandom
          This class provides a cryptographically strong pseudo-random number generator (PRNG).
 

Uses of Random in java.util
 

Methods in java.util with parameters of type Random
static void Collections.shuffle(List list, Random rnd)
          Randomly permute the specified list using the specified source of randomness.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.