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: write NaN/Infinity float values as strings 2019-10-25 00:30:04 +02:00
json.h
linked_list.h
natural_sort.c
natural_sort.h
node.c misc: move some helper code from client.c 2018-05-24 19:56:34 +02:00
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 player: some further cleanup of the mp_cancel crap 2018-05-24 19:56:35 +02:00
thread_tools.h player: some further cleanup of the mp_cancel crap 2018-05-24 19:56:35 +02:00