org.moyoman.module.fuseki.igofuseki
Class Uti

java.lang.Object
  |
  +--org.moyoman.module.fuseki.igofuseki.Uti

class Uti
extends Object

Utility class for Igo


Constructor Summary
(package private) Uti()
           
 
Method Summary
(package private) static int random(int index)
          get random number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Uti

Uti()
Method Detail

random

static int random(int index)
get random number.

Parameters:
index - Limit of the random number. Return a number from 0 to (index - 1).