Uses of Class
fj.Rng
-
Packages that use Rng Package Description fj Types that set the premise for the existence of Functional Java. -
-
Uses of Rng in fj
Subclasses of Rng in fj Modifier and Type Class Description class
LcgRng
https://en.wikipedia.org/wiki/Linear_congruential_generatorMethods in fj that return types with arguments of type Rng Modifier and Type Method Description P2<Rng,java.lang.Integer>
LcgRng. nextInt()
abstract P2<Rng,java.lang.Integer>
Rng. nextInt()
P2<Rng,java.lang.Long>
LcgRng. nextLong()
abstract P2<Rng,java.lang.Long>
Rng. nextLong()
P2<Rng,java.lang.Integer>
Rng. nextNatural()
P2<Rng,java.lang.Integer>
Rng. range(int low, int high)
-