I random like that for the moment :
Int((UPPERBOUND - LOWERBOUND + 1) * Rnd + LOWERBOUND)
but, the sequance is ALWAY the same,
I open my program, random and the number will be the same
if I reopen my programa second time and I random ..
How can I do a REAL random ??


Reply With Quote