|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.basher.internal.impl.RandomRandomizer
public class RandomRandomizer
| Constructor Summary | |
|---|---|
RandomRandomizer()
|
|
| Method Summary | |
|---|---|
int |
getRandomInt(int range)
Provides a random integer in the range 0 (inclusive) to range (exclusive). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RandomRandomizer()
| Method Detail |
|---|
public int getRandomInt(int range)
Randomizer
getRandomInt in interface Randomizerrange - The top range of the integer to return (exclusive).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||