Uses of Interface
com.github.tonivade.purefun.effect.util.PureRandom
Packages that use PureRandom
-
Uses of PureRandom in com.github.tonivade.purefun.effect.util
Classes in com.github.tonivade.purefun.effect.util with type parameters of type PureRandomClasses in com.github.tonivade.purefun.effect.util that implement PureRandomMethods in com.github.tonivade.purefun.effect.util with type parameters of type PureRandomModifier and TypeMethodDescriptionstatic <R extends PureRandom>
URIO<R, Character> PureRandom.nextChar()static <R extends PureRandom>
URIO<R, Double> PureRandom.nextDouble()static <R extends PureRandom>
URIO<R, Float> PureRandom.nextFloat()static <R extends PureRandom>
URIO<R, Integer> PureRandom.nextInt()static <R extends PureRandom>
URIO<R, Long> PureRandom.nextLong()static <R extends PureRandom>
URIO<R, String> PureRandom.nextString(int length) <R extends PureRandom>
PureRandom.Service<R> PureRandom.random()<R extends PureRandom>
PureRandom.Service<R> PureRandomImpl.random()Methods in com.github.tonivade.purefun.effect.util that return PureRandomModifier and TypeMethodDescriptionstatic PureRandomPureRandom.live()static PureRandomPureRandom.test(long seed)