Interface LayerRandomnessSource
- All Known Subinterfaces:
LayerSampleContext<R>
- All Known Implementing Classes:
CachingLayerContext
public interface LayerRandomnessSource
-
Method Summary
Modifier and Type Method Description PerlinNoiseSampler
getNoiseSampler()
int
nextInt(int bound)
-
Method Details
-
nextInt
int nextInt(int bound) -
getNoiseSampler
PerlinNoiseSampler getNoiseSampler()
-