From ae0520cafc6bb0487b2021aa51c36438b99689c3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 21 Jan 2020 17:07:40 +0100 Subject: client API: document srand() use --- libmpv/client.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libmpv/client.h b/libmpv/client.h index 2e8dcdc960..2d108ca8d3 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -142,6 +142,8 @@ extern "C" { * wrapper script). * - Using UNIX IPC (off by default) will override the SIGPIPE signal handler, * and set it to SIG_IGN. + * - mpv will reseed the legacy C random number generator by calling srand() at + * some random point once. * * Encoding of filenames * --------------------- -- cgit v1.2.3