csound-expression-0.0.3: Csound combinator library

CsoundExpr.Opcodes.Math.Rndfunc

Description

Random Functions

Synopsis

Documentation

birnd :: K k0 => k0 -> k0Source

  • opcode : birnd
  • syntax :
   birnd(x) (init- or control-rate only)
  • description :

Returns a random number in a bi-polar range.

rnd :: K k0 => k0 -> k0Source

  • opcode : rnd
  • syntax :
   rnd(x) (init- or control-rate only)
  • description :

Returns a random number in a unipolar range at the rate given by the input argument.