Class Dice
Class Dice
java.lang.Object
|
+----Dice
- public class Dice
- extends Object
- Version:
- 1.0
Dice
- Author:
- Nicklas Hjalmarsson
-
Dice()
-
-
hitroll()
- Returns a double with mean 1 and may be what the heck anything..
-
main(String[])
-
-
rand(int)
- Returns an integer between 0 and the given integer, inclusive!
-
roll()
- Gets you a random number between 0 and 100
Dice
public Dice()
roll
public static int roll()
- Gets you a random number between 0 and 100
hitroll
public static double hitroll()
- Returns a double with mean 1 and may be what the heck anything..
rand
public static int rand(int max)
- Returns an integer between 0 and the given integer, inclusive!
main
public static void main(String args[])