Class Dice

Class Dice

java.lang.Object
   |
   +----Dice

public class Dice
extends Object
Version:
1.0 Dice
Author:
Nicklas Hjalmarsson

Constructor Index

 o Dice()

Method Index

 o hitroll()
Returns a double with mean 1 and may be what the heck anything..
 o main(String[])
 o rand(int)
Returns an integer between 0 and the given integer, inclusive!
 o roll()
Gets you a random number between 0 and 100

Constructors

 o Dice
  public Dice()

Methods

 o roll
  public static int roll()
Gets you a random number between 0 and 100
 o hitroll
  public static double hitroll()
Returns a double with mean 1 and may be what the heck anything..
 o rand
  public static int rand(int max)
Returns an integer between 0 and the given integer, inclusive!
 o main
  public static void main(String args[])