Class TRandom


  • public class TRandom
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long seed  
    • Constructor Summary

      Constructors 
      Constructor Description
      TRandom()  
      TRandom​(long seed)  
    • Field Detail

      • seed

        private long seed
    • Constructor Detail

      • TRandom

        public TRandom()
      • TRandom

        public TRandom​(long seed)
    • Method Detail

      • nextFloat

        public float nextFloat()
      • nextDouble

        public double nextDouble()
      • nextInt

        public int nextInt()
      • nextInt

        public int nextInt​(int seed)
      • nextLong

        public long nextLong()