2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Make the xoshiro128plusplus thread-safe

This commit is contained in:
Ondřej Surý
2018-05-29 14:10:32 +02:00
parent 99ba29bc52
commit ce71d94434
7 changed files with 246 additions and 54 deletions

View File

@@ -35,6 +35,7 @@
#include <string.h>
#include <unistd.h>
#include <isc/platform.h>
#include <isc/random.h>
#include <isc/result.h>
#include <isc/types.h>