is there any oyher way in VB to generate a random number other than
this seems to give a less than random sequence even when compiled and I want to build a random generator into my RPG softwareCode:dim intNum as integer IntNum = (rnd*10)
many thanks in advance




Reply With Quote