client API: document srand() use

This commit is contained in:
wm4 2020-01-21 17:07:40 +01:00
parent 1ea145a9a1
commit ae0520cafc
1 changed files with 2 additions and 0 deletions

View File

@ -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
* ---------------------