Use Non-Frames Version Previous Page Next Page
Orchestra Syntax: Orchestra Header Statements

seed

          seed       ival

Description

Sets the global seed value for all rand, randi, randh, and x-class noise generators. rnd(x) and birnd(x) are not affected by seed.

Initialization

ival - value to be used as the random generator(s) seed value

Performance

Use of seed will provide predictable results from an orchestra using with random generators, when required from multiple performances.


Use Non-Frames Version Previous Page Next Page
Orchestra Syntax: Orchestra Header Statements