birnd
Returns a random number in a bi-polar range.
Syntax
Where the argument within the parentheses may be an expression. These value converters sample a global random sequence, but do not reference seed. The result can be a term in a further expression.
Performance
Returns a random number in the bipolar range -x to x. rnd and birnd obtain values from a global pseudo-random number generator, then scale them into the requested range. The single global generator will thus distribute its sequence to these units throughout the performance, in whatever order the requests arrive.
Examples
Here is an example of the birnd opcode. It uses the file birnd.csd.
Its output should include lines like:
instr 1: i1 = 0.94700
instr 1: i1 = -0.72119
instr 1: i1 = 0.53898
instr 1: i1 = 0.05001
instr 1: i1 = 0.24533
instr 1: i1 = 0.93902
instr 1: i1 = 0.43364
See also
Credits
Author: Barry L. Vercoe
MIT
Cambridge, Massachussetts
1997
Extended in 3.47 to x-rate by John ffitch.