Uses of Class
jp.ac.hiroshima_u.sci.math.saito.tinymt.TinyMT

Uses of TinyMT in jp.ac.hiroshima_u.sci.math.saito.tinymt
 

Methods in jp.ac.hiroshima_u.sci.math.saito.tinymt that return TinyMT
static TinyMT TinyMT.getDefault(long seed)
          Factory method which returns the TinyMT with the first generated parameter of TinyMTDC.
static TinyMT[] TinyMT.getDefaultArray(int num, long seed, int jump)
          make and return an array of TinyMT.