B
Bill Cunningham
I am using the time and date in my code using asctime () time(), and
localtime(). I know in POSIX they are obsolete but I am concerned with
c89-99. strftime() is suppoed to be the function used now. I get the time
and date just fine with the code I've written but I want to use the time to
seed a random number generator. I don't know if I want seconds from epoch or
what. Any input?
Bill
localtime(). I know in POSIX they are obsolete but I am concerned with
c89-99. strftime() is suppoed to be the function used now. I get the time
and date just fine with the code I've written but I want to use the time to
seed a random number generator. I don't know if I want seconds from epoch or
what. Any input?
Bill