Interface PureRandom
- All Known Implementing Classes:
PureRandomImpl
public interface PureRandom
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PureRandomlive()static <R extends PureRandom>
URIO<R, Character> nextChar()static <R extends PureRandom>
URIO<R, Double> static <R extends PureRandom>
URIO<R, Float> static <R extends PureRandom>
URIO<R, Integer> nextInt()static <R extends PureRandom>
URIO<R, Long> nextLong()static <R extends PureRandom>
URIO<R, String> nextString(int length) <R extends PureRandom>
PureRandom.Service<R> random()static PureRandomtest(long seed)
-
Method Details
-
random
-
nextInt
-
nextLong
-
nextFloat
-
nextDouble
-
nextChar
-
nextString
-
live
-
test
-