noise
Description
Generate a random number (unsupported).
Signature
float noise(float x); float noise<N:int>(vector<float, N> x);
Generic Parameters
N : int
Parameters
x : float
The seed value.
x : vector<float, N>
The seed value.
Remarks
This function is not supported in that it always returns 0.