Class RandAbstract
java.lang.Object
zombie.core.random.RandAbstract
- All Implemented Interfaces:
RandInterface
- Direct Known Subclasses:
RandLocation
,RandLua
,RandSeeded
,RandStandard
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.core.random.RandInterface
AdjustForFramerate, NextBool, NextBoolFromChance
-
Field Details
-
rand
-
-
Constructor Details
-
RandAbstract
protected RandAbstract()
-
-
Method Details
-
init
public abstract void init()- Specified by:
init
in interfaceRandInterface
-
Next
-
Next
-
Next
-
Next
-
Next
-
Next
public int Next(int int0) - Specified by:
Next
in interfaceRandInterface
-
Next
public long Next(long long0) - Specified by:
Next
in interfaceRandInterface
-
Next
public int Next(int int0, int int1) - Specified by:
Next
in interfaceRandInterface
-
Next
public long Next(long long0, long long1) - Specified by:
Next
in interfaceRandInterface
-
Next
public float Next(float float0, float float1) - Specified by:
Next
in interfaceRandInterface
-