|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRandomizer | |
---|---|
ballworld.model | |
ballworld.model.strategy | |
util |
Uses of IRandomizer in ballworld.model |
---|
Fields in ballworld.model declared as IRandomizer | |
---|---|
private IRandomizer |
BallModel.rand
Randomizer utility object, used for random values for new balls |
Uses of IRandomizer in ballworld.model.strategy |
---|
Fields in ballworld.model.strategy declared as IRandomizer | |
---|---|
private IRandomizer |
WanderStrategy.rand
Randomizer utility for obtaining random values to change the velocity |
private IRandomizer |
DrunkenStrategy.rand
Randomizer utility used to randomly select one of the possible strategies. |
private IRandomizer |
ColorStrategy.rand
Randomizer utility for generating random colors. |
private IRandomizer |
BreathingStrategy.rand
Randomizer utility for setting the sinusoid. |
Uses of IRandomizer in util |
---|
Classes in util that implement IRandomizer | |
---|---|
class |
Randomizer
Utility class that supplies class routines for generating various random values |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |