Package org.joml.sampling
Class StratifiedSampling
java.lang.Object
org.joml.sampling.StratifiedSampling
public class StratifiedSampling
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description StratifiedSampling(long seed) -
Method Summary
Modifier and Type Method Description voidgenerateCentered(int n, float centering, Callback2d callback)voidgenerateRandom(int n, Callback2d callback)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StratifiedSampling
public StratifiedSampling(long seed)
-
-
Method Details
-
generateRandom
-
generateCentered
-