Hello, I just have a quick question on the best way to randomize the VB random number generator. When the application starts I call these two lines only once. Is that the best way?

Code:
Call Rnd(-1) 'KB Article KB120587
Call Randomize
I call Rnd -1 before I call Randomize because of this KB article