fx: update header directories
This commit is contained in:
+4
-2
@@ -1,6 +1,6 @@
|
||||
#include "random.h"
|
||||
|
||||
#include <fx/core/random.h>
|
||||
#include <fx/random.h>
|
||||
|
||||
#define GET_ALGORITHM_ID(flags) ((flags) & 0xFF)
|
||||
|
||||
@@ -73,7 +73,9 @@ double fx_random_next_double(struct fx_random_ctx *ctx)
|
||||
#endif
|
||||
|
||||
void fx_random_next_bytes(
|
||||
struct fx_random_ctx *ctx, unsigned char *out, size_t nbytes)
|
||||
struct fx_random_ctx *ctx,
|
||||
unsigned char *out,
|
||||
size_t nbytes)
|
||||
{
|
||||
size_t n_qwords = 0;
|
||||
n_qwords = nbytes >> 3;
|
||||
|
||||
Reference in New Issue
Block a user