in reply to Re: crypt prototype and ( time ) x 2
in thread crypt prototype and ( time ) x 2
That will give you a different time-seeded number every second, being the last 8 digits of the time returned by the time function.$time = time() % 100000000; # time mod a number with 8 zeros
|
---|