Class OutfitRNG

java.lang.Object
zombie.core.skinnedmodel.population.OutfitRNG

public final class OutfitRNG
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    OutfitRNG()  
  • Method Summary

    Modifier and Type Method Description
    static long getSeed()  
    static float Next​(float float1, float float2)  
    static int Next​(int int1)  
    static int Next​(int int1, int int2)  
    static boolean NextBool​(int int1)  
    static java.lang.Object pickRandom​(java.util.List list)  
    static ImmutableColor randomImmutableColor()  
    static void setSeed​(long long1)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OutfitRNG

      public OutfitRNG()
  • Method Details

    • setSeed

      public static void setSeed​(long long1)
    • getSeed

      public static long getSeed()
    • Next

      public static int Next​(int int1)
    • Next

      public static int Next​(int int1, int int2)
    • Next

      public static float Next​(float float1, float float2)
    • NextBool

      public static boolean NextBool​(int int1)
    • pickRandom

      public static java.lang.Object pickRandom​(java.util.List list)
    • randomImmutableColor

      public static ImmutableColor randomImmutableColor()