Uses of Class
org.flag4j.rng.distributions.Distribution
Packages that use Distribution
Package
Description
Pseudo-random generation of real/complex numbers, and arrays, vectors, matrices, and tensors.
Statistical distributions useful for repeated random sampling.
-
Uses of Distribution in org.flag4j.rng
Methods in org.flag4j.rng with parameters of type DistributionModifier and TypeMethodDescriptionstatic voidRandomArray.randomFill(double[] arr, Distribution<Double, Random> distribution) Fills an array with pseudorandom values sampled from the specifieddistribution.static voidRandomArray.randomFill(int[] arr, Distribution<Integer, Random> distribution) Fills an array with pseudorandom values sampled from the specifieddistribution.static voidRandomArray.randomFill(Complex128[] arr, Distribution<Complex128, RandomComplex> distribution) Fills an array with pseudorandom values sampled from the specifieddistribution.static voidRandomArray.randomFill(Complex64[] arr, Distribution<Complex64, RandomComplex> distribution) Fills an array with pseudorandom values sampled from the specifieddistribution. -
Uses of Distribution in org.flag4j.rng.distributions
Subclasses of Distribution in org.flag4j.rng.distributionsModifier and TypeClassDescriptionclassA 2D bivariate Gaussian distribution on the complex plane.classA uniform distribution over an annulus (i.e. washer) on the complex plane.classA rectangular uniform distribution on the complex plane.classA 1D real Gaussian (normal) distribution \(\mathcal{N}\left(\mu, \sigma^2\right)\).classA 1D real uniform distribution \(\mathcal{U}(a, b)\).