All Packages Class Hierarchy This Package Previous Next Index
Class Acme.IntGlide
java.lang.Object
|
+----Acme.IntGlide
- public class IntGlide
- extends Object
Randomly glide an int around within a specified range.
Fetch the software.
Fetch the entire Acme package.
-
IntGlide(int, int, int)
- Constructor, unspecified initial value.
-
IntGlide(int, int, int, int)
- Constructor.
-
next()
- Return the next value in the sequence.
IntGlide
public IntGlide(int low,
int high,
int maxdelta,
int value)
- Constructor.
IntGlide
public IntGlide(int low,
int high,
int maxdelta)
- Constructor, unspecified initial value.
next
public int next()
- Return the next value in the sequence.
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs