Set the desired amplitude of the values returned by []

Will only modify max, min stays the same.

Property definitions

noise $ Noise :: amplitude=
	# Set the desired amplitude of the values returned by `[]`
	#
	# Will only modify `max`, `min` stays the same.
	fun amplitude=(value: Float) do max = min + value
lib/noise/noise.nit:55,2--58,50