Java org.apache.commons.rng.simple RandomSource fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.rng.simple RandomSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.rng.simple RandomSource.

The text is from its open source code.

Field

RandomSourceJDK
Source of randomness is org.apache.commons.rng.core.source32.JDKRandom .
RandomSourceWELL_512_A
Source of randomness is org.apache.commons.rng.core.source32.Well512a .
RandomSourceWELL_1024_A
Source of randomness is org.apache.commons.rng.core.source32.Well1024a .
RandomSourceWELL_19937_A
Source of randomness is org.apache.commons.rng.core.source32.Well19937a .
RandomSourceWELL_19937_C
Source of randomness is org.apache.commons.rng.core.source32.Well19937c .
RandomSourceWELL_44497_A
Source of randomness is org.apache.commons.rng.core.source32.Well44497a .
RandomSourceWELL_44497_B
Source of randomness is org.apache.commons.rng.core.source32.Well44497b .
RandomSourceMT
Source of randomness is org.apache.commons.rng.core.source32.MersenneTwister .
RandomSourceISAAC
Source of randomness is org.apache.commons.rng.core.source32.ISAACRandom .
RandomSourceSPLIT_MIX_64
Source of randomness is org.apache.commons.rng.core.source64.SplitMix64 .
RandomSourceXOR_SHIFT_1024_S
Source of randomness is org.apache.commons.rng.core.source64.XorShift1024Star .
RandomSourceTWO_CMRES
Source of randomness is org.apache.commons.rng.core.source64.TwoCmres .
RandomSourceMT_64
Source of randomness is org.apache.commons.rng.core.source64.MersenneTwister64 .
RandomSourceMWC_256
Source of randomness is org.apache.commons.rng.core.source32.MultiplyWithCarry256 .
RandomSourceKISS
Source of randomness is org.apache.commons.rng.core.source32.KISSRandom .

Method

RestorableUniformRandomProvidercreate(RandomSource source)
Creates a random number generator with a random seed.