Package zombie.core

Class Rand

java.lang.Object
zombie.core.Rand

public class Rand
extends java.lang.Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  Rand.PZSeedGenerator  
  • Field Summary

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

    Constructors
    Constructor Description
    Rand()  
  • Method Summary

    Modifier and Type Method Description
    static int AdjustForFramerate​(int int1)  
    static void init()  
    static void init​(int int1)  
    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 int Next​(int int1, 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)  

    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​(int int1)
    • init

      public static void init()
    • Next

      public static int Next​(int int1, org.uncommons.maths.random.CellularAutomatonRNG cellularAutomatonRNG)
    • 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)
    • AdjustForFramerate

      public static int AdjustForFramerate​(int int1)