random in computers usually isnt random. you need to set the random seed first i'd assume. i am new to c-lite but do a fair bit of c++.

go through the manual and search for random seed, then set it to the hours/minutes/seconds of the system clock. always works great.

something like:
srand(clock.seconds)
etc.

just once, at the start of your program


HURRR DERP DERP DEERRPP HURR