How to get different random numbers in that macro?

Please , the code for macro is next:

Sub Main
randomize(15802)
print rnd()

End Sub

This macro is generating always the same number.
Please, how to get each time a different one?
Many thanks!

Just don’t use randomize() or use it without any parameters - rnd() will return different values

15802 is ment to be a SEED for a certain HASH function …still nt clear at moment what and how is that hash function supposed to operate