SNOISE

THE BOX'S MAIN HELP:
This function generates single dimensional noise.
The return value will be float, point or color depending on the cast,
whose component(s) lie in the range [-1,1].

A (input):
The input must be a varying float. 
This is the seed to the noise function.

OUT (output):
This function generates single dimensional noise.
The return value will be float, point or color depending on the cast,
whose component(s) lie in the range [-1,1].

<-- BACK TO Patterns