A
Alan Mailer
I want to periodically generate a completely new random Long value in
some code I'm writing.
The value need not be based on anything in particular, I just need to
know that if I have to generate another Long value at another time
that it is extrememly unlikely that I will generate the same Long
value that I have created before.
I assume I will need to use the 'Random' function for this. I'm
writing to ask for some feedback as to the 'cleanest/most efficient'
code for creating this random-unrepeatable value.
Thanks in advance for any feedback you'd care to share.
some code I'm writing.
The value need not be based on anything in particular, I just need to
know that if I have to generate another Long value at another time
that it is extrememly unlikely that I will generate the same Long
value that I have created before.
I assume I will need to use the 'Random' function for this. I'm
writing to ask for some feedback as to the 'cleanest/most efficient'
code for creating this random-unrepeatable value.
Thanks in advance for any feedback you'd care to share.