|
Majic wrote:
Yes yes, was just hoping to get random numbers more than once a second :) I don't think that's portable though.... oh well.
Easy ;). Call randomseed once, when your program is first loaded... and then call random whenever you need a new number. There's no need to call randomseed more then once.
- Alex