Bouncy Castle Rendering Toolkit 1.0

org.bouncycastle.graphics.rt.util
Class RandomTable

java.lang.Object
  |
  +--org.bouncycastle.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()

Bouncy Castle Rendering Toolkit 1.0