Hi,
Does somebody know why the following line of code returns a different, incorrect number in version 3.0.6, while returning a correct number in version 3.0.4?
rand(30,40)
In v3.0.4., it returns a number between 30 and 40. In v3.0.6, it returns -43545435353455 of something like that. In other words, an incorrect number. Should I initialize something first in v3.0.6, before using the random function?
Thanks,Rob