- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
-
Method Summary
double
Applies the fractalization step to a noise output.
-
-
Method Details
-
fractalize
double fractalize(double noise)
Applies the fractalization step to a noise output.
- Parameters:
noise
- value (noise output) to fractalize.
- Returns:
- a fractalized value for the noise.
NoiseModifier
to make the noise unsigned and useTURBULENCE