There are two noise modules:-
- FastNoise (a JRubyWrapper around OpenSimplex2F.java, used as default noise)
- SmoothNoise (a JRubyWrapper around OpenSimplex2S.java, use SmoothNoise.noise(...) to call)
The latest sample release 3.3 has more usage examples.