Class OutfitRNG
java.lang.Object
zombie.core.skinnedmodel.population.OutfitRNG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
getSeed()
static float
Next
(float float1, float float0) static int
Next
(int int0) static int
Next
(int int1, int int0) static boolean
NextBool
(int int0) static <E> E
pickRandom
(List<E> list) static ImmutableColor
static ImmutableColor
randomImmutableColor
(boolean boolean0) static void
setSeed
(long long0)
-
Constructor Details
-
OutfitRNG
public OutfitRNG()
-
-
Method Details
-
setSeed
public static void setSeed(long long0) -
getSeed
public static long getSeed() -
Next
public static int Next(int int0) -
Next
public static int Next(int int1, int int0) -
Next
public static float Next(float float1, float float0) -
NextBool
public static boolean NextBool(int int0) -
pickRandom
-
randomImmutableColor
-
randomImmutableColor
-