what are methods for generating a single random number ? I want to generate a number between 1 and 10 and have it available for recall and be able to regenerate on demand.
I was looking at taking a noise chop and reducing the windowing parameters somehow so that the sample is just a single value.
just wrapping my head around it. What if my input is binary ? how can I generate a random number on every β1β input ? I see currently that a β1 inβ generates a single random number repetitively.