mirror of https://github.com/mpv-player/mpv
client API: document srand() use
This commit is contained in:
parent
1ea145a9a1
commit
ae0520cafc
|
@ -142,6 +142,8 @@ extern "C" {
|
||||||
* wrapper script).
|
* wrapper script).
|
||||||
* - Using UNIX IPC (off by default) will override the SIGPIPE signal handler,
|
* - Using UNIX IPC (off by default) will override the SIGPIPE signal handler,
|
||||||
* and set it to SIG_IGN.
|
* 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
|
* Encoding of filenames
|
||||||
* ---------------------
|
* ---------------------
|
||||||
|
|
Loading…
Reference in New Issue