PNOISE1D

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

A (input):
This must be a varying float.  It is the seed for the function.

B (input):
This must be an integer.  It is the period of the function.

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

<-- BACK TO Patterns