Switch to an internal implementation of uuid generation, so we can use the randomness pool.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
void rand_init();
|
||||
void rand_cleanup();
|
||||
void rand_fill(void *, size_t);
|
||||
|
||||
Reference in New Issue
Block a user