hi, hv create a simple program to throw a dice when user press a button. am using Randomize + Rnd.

the question is - when do we use Randomize and should we repeat it or only once? as searching online some say only once before the rnd(inside form load) and some say before every rnd function.

what do you think and why?

thank you