SimpleLayerRandomnessSource

public class SimpleLayerRandomnessSource implements LayerRandomnessSource

Constructors

SimpleLayerRandomnessSource
Link copied to clipboard
void SimpleLayerRandomnessSource(long seed)

Functions

getNoiseSampler
Link copied to clipboard
PerlinNoiseSampler getNoiseSampler()
abstract PerlinNoiseSampler getNoiseSampler()
nextInt
Link copied to clipboard
int nextInt(int bound)
abstract int nextInt(int bound)

Sources

jvm source
Link copied to clipboard