Package zombie.core
Class Rand
java.lang.Object
zombie.core.Rand
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intAdjustForFramerate(int int1) static voidinit()static floatNext(float float1, float float2) static floatNext(float float1, float float2, org.uncommons.maths.random.CellularAutomatonRNG cellularAutomatonRNG) static intNext(int int1) static intNext(int int1, int int2) static intNext(int int1, int int2, org.uncommons.maths.random.CellularAutomatonRNG cellularAutomatonRNG) static longNext(long long1) static longNext(long long1, long long2) static longNext(long long1, long long2, org.uncommons.maths.random.CellularAutomatonRNG cellularAutomatonRNG) static longNext(long long1, org.uncommons.maths.random.CellularAutomatonRNG cellularAutomatonRNG) static booleanNextBool(int int1)
-
Field Details
-
rand
public static org.uncommons.maths.random.CellularAutomatonRNG rand -
randlua
public static org.uncommons.maths.random.CellularAutomatonRNG randlua -
id
public static int id
-
-
Constructor Details
-
Rand
public Rand()
-
-
Method Details
-
init
public static void init() -
Next
public static int Next(int int1) -
Next
public static long Next(long long1, org.uncommons.maths.random.CellularAutomatonRNG cellularAutomatonRNG) -
Next
public static long Next(long long1) -
Next
public static int Next(int int1, int int2, org.uncommons.maths.random.CellularAutomatonRNG cellularAutomatonRNG) -
Next
public static int Next(int int1, int int2) -
Next
public static long Next(long long1, long long2, org.uncommons.maths.random.CellularAutomatonRNG cellularAutomatonRNG) -
Next
public static long Next(long long1, long long2) -
Next
public static float Next(float float1, float float2, org.uncommons.maths.random.CellularAutomatonRNG cellularAutomatonRNG) -
Next
public static float Next(float float1, float float2) -
NextBool
public static boolean NextBool(int int1) -
AdjustForFramerate
public static int AdjustForFramerate(int int1)
-