Hello,
I would like to set seed to the current date and, alternatively, the current time. Unfortunately, my attempts using the following code haven't been successful, because the set seed command requires an integer:
scalar time = now()
set seed time
scalar date = today()
set seed date
I appreciate your help.
Thank you.
I would like to set seed to the current date and, alternatively, the current time. Unfortunately, my attempts using the following code haven't been successful, because the set seed command requires an integer:
scalar time = now()
set seed time
scalar date = today()
set seed date
I appreciate your help.
Thank you.
Comment