java.util
Class Random

java.lang.Object
  extended by java.util.Random
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SecureRandom

public class Random
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Random()
           
Random(long var0)
           
 
Method Summary
protected  int next(int var0)
           
 boolean nextBoolean()
           
 void nextBytes(byte[] var0)
           
 double nextDouble()
           
 float nextFloat()
           
 double nextGaussian()
           
 int nextInt()
           
 int nextInt(int var0)
           
 long nextLong()
           
 void setSeed(long var0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Random

public Random()

Random

public Random(long var0)
Method Detail

next

protected int next(int var0)

nextBoolean

public boolean nextBoolean()

nextBytes

public void nextBytes(byte[] var0)

nextDouble

public double nextDouble()

nextFloat

public float nextFloat()

nextGaussian

public double nextGaussian()

nextInt

public int nextInt()

nextInt

public int nextInt(int var0)

nextLong

public long nextLong()

setSeed

public void setSeed(long var0)


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.