openframeworks/openFrameworks

ofSignedNoise(float x) always returns zero

Opened this issue · 0 comments

Output of below is always 0.

for (unsigned i = 0; i < 100; ++i)
{
    cout << ofSignedNoise(10 * i) << endl;
}