public class Noise extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.Random |
random |
| Constructor and Description |
|---|
Noise() |
| Modifier and Type | Method and Description |
|---|---|
static void |
genNoise(float[] noise,
int x1,
int x2,
int iter,
float spikes) |
static float[] |
genNoise(int size,
float spikes) |