noise1D

final static Double noise1D(Double x)

Generates perlin noise value in 1D for given x offset. Linear sequence of noise values in a one-dimensional space, and we can ask for a value at a specific x-location whenever we want.

Return

The value of noise at specific x location

Parameters

x

x offset on plane.