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