zombie.core
Class Rand
java.lang.Object
zombie.core.Rand
public class Rand
- extends java.lang.Object
- Author:
- LEMMY
Field Summary |
static int |
id
|
Constructor Summary |
Rand()
|
Method Summary |
static void |
init()
|
static float |
Next(float min,
float max)
|
static int |
Next(int max)
|
static int |
Next(int min,
int max)
|
static long |
Next(long max)
|
static long |
Next(long min,
long max)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public static int id
Rand
public Rand()
init
public static void init()
Next
public static int Next(int max)
Next
public static long Next(long max)
Next
public static int Next(int min,
int max)
Next
public static long Next(long min,
long max)
Next
public static float Next(float min,
float max)