Hi Phalse,

In some implementations of Rand you need to seed it with a dynamic number to change the value. I would use a time function (something like the number of seconds since 1970). Its been awhile since I've used rand but that is away to ensure it is alsways different.

Cheers,
-D