Hacker News new | ask | show | jobs
by nadocrew 4004 days ago
Are there any security implications for leap seconds? Do pseudo random number generators have any issues with 61 seconds in a minute?
1 comments

I have yet to meet a [CS]PRNG that cares about the passage of time.
Some protocols that use prngs might make assumptions about the number of seconds in a minute, however.