XJRT Rendering Toolkit 1.0b06

org.autochthonous.graphics.rt.util
Class RandomTable

java.lang.Object
  extended byorg.autochthonous.graphics.rt.util.RandomTable

public class RandomTable
extends java.lang.Object


Constructor Summary
RandomTable()
           
 
Method Summary
 float getRandNum()
           
 float getRandNum(int index)
           
 int getTableSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomTable

public RandomTable()
Method Detail

getRandNum

public float getRandNum()

getRandNum

public float getRandNum(int index)

getTableSize

public int getTableSize()

XJRT Rendering Toolkit 1.0b06