Class PseudoRandom


  • public class PseudoRandom
    extends Object
    • Constructor Detail

      • PseudoRandom

        public PseudoRandom()
    • Method Detail

      • nextShort

        public Short nextShort​(boolean positiveOnly)
      • nextInt

        public Integer nextInt​(boolean positiveOnly)
      • nextLong

        public Long nextLong​(boolean positiveOnly)
      • nextFloat

        public Float nextFloat​(boolean positiveOnly)
      • nextDouble

        public Double nextDouble​(boolean positiveOnly)
      • nextString

        public String nextString()
      • nextBool

        public Boolean nextBool()
      • nextByte

        public Byte nextByte()