|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectp2p.simulator.dist.Beta
public class Beta
| 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 |
|---|
public static int seed
public static double alpha
public static double beta
| Constructor Detail |
|---|
public Beta()
| Method Detail |
|---|
public static java.util.List<java.lang.Integer> getBeta(int n,
int range)
public static java.util.List<java.lang.Integer> getBetaOrdered(int n,
int range)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||