Package zombie.core

Class Rand

java.lang.Object
zombie.core.Rand

public final class Rand extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static int
     
    static org.uncommons.maths.random.CellularAutomatonRNG
     
    static org.uncommons.maths.random.CellularAutomatonRNG
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
     
    static void
     
    static float
    Next(float float1, float float2)
     
    static float
    Next(float float1, float float2, org.uncommons.maths.random.CellularAutomatonRNG cellularAutomatonRNG)
     
    static int
    Next(int int1)
     
    static int
    Next(int int1, int int2)
     
    static int
    Next(int int1, int int2, org.uncommons.maths.random.CellularAutomatonRNG cellularAutomatonRNG)
     
    static long
    Next(long long1)
     
    static long
    Next(long long1, long long2)
     
    static long
    Next(long long1, long long2, org.uncommons.maths.random.CellularAutomatonRNG cellularAutomatonRNG)
     
    static long
    Next(long long1, org.uncommons.maths.random.CellularAutomatonRNG cellularAutomatonRNG)
     
    static boolean
    NextBool(int int1)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)