Class GaussianRandomDistribution
java.lang.Object
net.jqwik.engine.properties.arbitraries.randomized.GaussianRandomDistribution
- All Implemented Interfaces:
net.jqwik.api.RandomDistribution
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.jqwik.api.RandomDistribution
net.jqwik.api.RandomDistribution.RandomDistributionFacade, net.jqwik.api.RandomDistribution.RandomNumericGenerator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.jqwik.api.RandomDistribution.RandomNumericGeneratorcreateGenerator(int genSize, BigInteger min, BigInteger max, BigInteger center) booleaninthashCode()toString()
-
Constructor Details
-
GaussianRandomDistribution
public GaussianRandomDistribution(double borderSigma)
-
-
Method Details
-
createGenerator
public net.jqwik.api.RandomDistribution.RandomNumericGenerator createGenerator(int genSize, BigInteger min, BigInteger max, BigInteger center) - Specified by:
createGeneratorin interfacenet.jqwik.api.RandomDistribution
-
equals
-
hashCode
public int hashCode() -
toString
-