Skip to content

posix/rand: use timespec_get instead of NTP time

Steve Lhomme requested to merge robUx4/vlc:rand-tick into master

The NTP time is basically time timespec_get(TIME_UTC) with bits shifted.

We don't need the EPOCH nor the bit shifting.

Edited by Steve Lhomme

Merge request reports