I'm trying to assign a random number to a value, but the value that comes out is the same one every time. Can someone please explain the RND and SRND commands a little more in depth than the manual.

Here are the lines I've tried to get to work:

$X = Rnd() $user_tmp = "@userid" + ".$X"

Every time I try it, it comes back the same value. Even after I reboot, even from a different workstation (NT 4.0 sp3)