Uses of Interface
org.apache.commons.rng.ArbitrarilyJumpableUniformRandomProvider
-
-
Uses of ArbitrarilyJumpableUniformRandomProvider in org.apache.commons.rng
Methods in org.apache.commons.rng that return ArbitrarilyJumpableUniformRandomProvider Modifier and Type Method Description ArbitrarilyJumpableUniformRandomProviderArbitrarilyJumpableUniformRandomProvider. jump(double distance)Creates a copy of theArbitrarilyJumpableUniformRandomProviderand then advances the state cycle of the current instance by the specifieddistance.ArbitrarilyJumpableUniformRandomProviderArbitrarilyJumpableUniformRandomProvider. jumpPowerOfTwo(int logDistance)Creates a copy of theArbitrarilyJumpableUniformRandomProviderand then advances the state cycle of the current instance by a distance equal to 2logDistance.Methods in org.apache.commons.rng that return types with arguments of type ArbitrarilyJumpableUniformRandomProvider Modifier and Type Method Description default Stream<ArbitrarilyJumpableUniformRandomProvider>ArbitrarilyJumpableUniformRandomProvider. jumps(double distance)Returns an effectively unlimited stream of new random generators, each of which implements theArbitrarilyJumpableUniformRandomProviderinterface.default Stream<ArbitrarilyJumpableUniformRandomProvider>ArbitrarilyJumpableUniformRandomProvider. jumps(long streamSize, double distance)Returns a stream producing the givenstreamSizenumber of new random generators, each of which implements theArbitrarilyJumpableUniformRandomProviderinterface.
-