0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00
mpv/misc
Leo Izen 52e7269ea6 misc/random: add xoshiro random number implementation
Add xoshiro as a PRNG implementation instead of relying
on srand() and rand() from the C standard library. This,
in particular, lets us avoid platform-defined behavior with
respect to threading.
2022-08-17 10:21:55 -04:00
..
bstr.c
bstr.h
charset_conv.c
charset_conv.h
ctype.h
dispatch.c
dispatch.h
jni.c
jni.h
json.c
json.h
linked_list.h
natural_sort.c
natural_sort.h
node.c
node.h
random.c misc/random: add xoshiro random number implementation 2022-08-17 10:21:55 -04:00
random.h misc/random: add xoshiro random number implementation 2022-08-17 10:21:55 -04:00
rendezvous.c
rendezvous.h
thread_pool.c
thread_pool.h
thread_tools.c
thread_tools.h