Uses of Class
org.joml.sampling.BestCandidateSampling.Disk
Packages that use BestCandidateSampling.Disk
-
Uses of BestCandidateSampling.Disk in org.joml.sampling
Methods in org.joml.sampling that return BestCandidateSampling.DiskModifier and TypeMethodDescriptionBestCandidateSampling.Disk.generate(float[] xys) Generate 'best candidate' sample positions and store the coordinates of all generated samples into the givenxysfloat array.BestCandidateSampling.Disk.generate(FloatBuffer xys) Generate 'best candidate' sample positions and store the coordinates of all generated samples into the givenxysFloatBuffer.BestCandidateSampling.Disk.generate(Callback2d callback) Generate 'best candidate' sample positions and call the givencallbackfor each generated sample.BestCandidateSampling.Disk.numCandidates(int numCandidates) Set the number of candidates to try for each generated sample.BestCandidateSampling.Disk.numSamples(int numSamples) Set the number of samples to generate.BestCandidateSampling.Disk.seed(long seed) Set the seed to initialize the pseudo-random number generator with.