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