p2p.simulator.dist
Class Beta

java.lang.Object
  extended by p2p.simulator.dist.Beta

public class Beta
extends java.lang.Object


Field Summary
static double alpha
           
static double beta
           
static int seed
           
 
Constructor Summary
Beta()
           
 
Method Summary
static java.util.List<java.lang.Integer> getBeta(int n, int range)
           
static java.util.List<java.lang.Integer> getBetaOrdered(int n, int range)
           
 
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

alpha

public static double alpha

beta

public static double beta
Constructor Detail

Beta

public Beta()
Method Detail

getBeta

public static java.util.List<java.lang.Integer> getBeta(int n,
                                                        int range)

getBetaOrdered

public static java.util.List<java.lang.Integer> getBetaOrdered(int n,
                                                               int range)