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

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

Methods in jp.ac.hiroshima_u.sci.math.saito.tinymt that return TinyMT64
static TinyMT64 TinyMT64.getDefault()
          Factory method which returns the TinyMT with the first generated parameter of TinyMTDC.
static TinyMT64 TinyMT64.getDefault(int[] seeds)
          get default TinyMT32 with seeding by array.
static TinyMT64 TinyMT64.getDefault(long seed)
          Factory method which returns the TinyMT with the first generated parameter of TinyMTDC.
static TinyMT64 TinyMT64.getDefault(java.lang.String seed)
          Factory method which returns the TinyMT with the first generated parameter of TinyMTDC.
static TinyMT64[] TinyMT64.getDefaultArray(int count, long seed, long jump)
          make and return an array of TinyMT.
static TinyMT64[] TinyMT64.getDefaultArray(int count, java.lang.String seed, long jump)
          Make and return an array of TinyMT.
 TinyMT64[] TinyMT64.getJumpedArray(int count, long jump)
          Make and return an array of TinyMT.
static TinyMT64[] TinyMT64.getTinyMTArray(int count, long seed)
          Make and return an array of TinyMT.