random help

Blitz3D Forums/Blitz3D Beginners Area/random help

why is it when i get a random somthing for anything it always comes back as the same..

entitycolor cube,rnd(255),rnd(255),rnd(255)
it always comes out as 164,64,174.
is it supposed to do this?
Please help..

Put SeedRnd millisecs() at the start of your code.

thanks!