p2p.simulator.dist
Class SRandom

java.lang.Object
  extended by java.util.Random
      extended by p2p.simulator.dist.SRandom
All Implemented Interfaces:
java.io.Serializable

public class SRandom
extends java.util.Random

See Also:
Serialized Form

Field Summary
static int seed
           
 
Constructor Summary
SRandom(long s)
           
 
Method Summary
 
Methods inherited from class java.util.Random
next, nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, setSeed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seed

public static int seed
Constructor Detail

SRandom

public SRandom(long s)