Okay #math and #dsp folks. Is there a noise function that I can initialize to generate a mode between to values?
Say I have a function f(x) which generates either 1 or 0 each time I call it. I call it N times, and sum the ones and zeros and then divide by N, I want the result to be "P" (which is a number 0 <= P <= 1)
A uniform distribution gets me 0.5, I want a distribution that centers around P.
Thoughts? Plan of attack? References?