randomi Signal Generators:Random (Noise) Generators randomi randomi Generates a user-controlled random number series with interpolation between each new number. Description Generates a user-controlled random number series with interpolation between each new number. Syntax ares randomi kmin, kmax, acps kres randomi kmin, kmax, kcps Performance kmin -- minimum range limit kmax -- maximum range limit kcps, acps -- rate of random break-point generation The randomi opcode is similar to randi but allows the user to set arbitrary minimum and maximum values. Examples Here is an example of the randomi opcode. It uses the file randomi.csd. Example of the randomi opcode. See the sections Real-time Audio and Command Line Flags for more information on using command line flags. Its output should include lines like: k1 = 220.000000 k1 = 414.226196 k1 = 284.101074 See Also randi, random, randomh Credits Author: &namegabriel; Example written by &namekevin;.