Package com.github.nylle.javafixture
Class PseudoRandom
- java.lang.Object
-
- com.github.nylle.javafixture.PseudoRandom
-
public class PseudoRandom extends Object
-
-
Constructor Summary
Constructors Constructor Description PseudoRandom()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleannextBool()BytenextByte()CharacternextChar()DoublenextDouble(boolean positiveOnly)FloatnextFloat(boolean positiveOnly)IntegernextInt(boolean positiveOnly)LongnextLong(boolean positiveOnly)ShortnextShort(boolean positiveOnly)StringnextString()
-
-
-
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()
-
nextChar
public Character nextChar()
-
nextByte
public Byte nextByte()
-
-