random numbers

Please, what is the way calculating random value here, I mean, THE VALUE THAT IS PRINTED OUT???

Sub Main
randomize(15802)
print rnd()

End Sub
How do we achieve that random number is not always the same?
Many thanks!