by Martin Baker on 1 Sep, 2006 13:36, Applies to: FCP 5.1 from: 87.194.48.254
I'm confused as to how RandomSeed is supposed to work. e.g. with an input slider setting "seed"
RandomSeed(seed)
rand1=Random (0,100)
Setting the seed slider to 0 generates random numbers as expected. Setting seed to anything other than 0, gives a rand1 value of 0 on every frame of the effect so no random numbers are generated at all.
Authors own their submissions and grant full use rights to the site owner.
Commercial reproduction is prohibited without prior written permission (please ask first).
The FXScript Reference is an independent resource, created and funded through user contributions and my wallet. If you find the site useful, please donate to help keep this unique resource online.
I'm confused as to how RandomSeed is supposed to work. e.g. with an input slider setting "seed"
RandomSeed(seed)
rand1=Random (0,100)
Setting the seed slider to 0 generates random numbers as expected. Setting seed to anything other than 0, gives a rand1 value of 0 on every frame of the effect so no random numbers are generated at all.