Page 1 of 1

Randomize

Posted: Fri Jan 16, 2015 5:39 am
by ramu2020
I use the mathematic random functions as show in your example but it keep return me same number again and again everytime I run the setup.

Re: Randomize

Posted: Wed Jan 21, 2015 4:56 am
by FrancescoT
Each seed must be unique for the random number generation to be truly pseudo-random.
Please see the Serial Validation example project for detailed real-world usage of these functions.

Alternatively, it exists a 3rd party plug-in that covers this specific matter ...
http://www.installaware.com/forum/viewtopic.php?f=3&t=8460

Regards