public interface LayerSampleContext<R extends LayerSampler> extends LayerRandomnessSource
Modifier and Type | Method and Description |
---|---|
default int |
choose(int a,
int b) |
default int |
choose(int a,
int b,
int c,
int d) |
R |
createSampler(LayerOperator operator) |
default R |
createSampler(LayerOperator operator,
R parent) |
default R |
createSampler(LayerOperator operator,
R r,
R r2) |
void |
initSeed(long x,
long y) |
getNoiseSampler, nextInt
void initSeed(long x, long y)
R createSampler(LayerOperator operator)
default R createSampler(LayerOperator operator, R parent)
default R createSampler(LayerOperator operator, R r, R r2)
default int choose(int a, int b)
default int choose(int a, int b, int c, int d)