add win32 (msvc) support
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define _BLUELIB_RANDOM_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <blue/core/misc.h>
|
||||
|
||||
struct b_random_ctx;
|
||||
|
||||
@@ -11,7 +12,7 @@ struct b_random_algorithm {
|
||||
uint64_t(*gen_getrand)(struct b_random_ctx *);
|
||||
};
|
||||
|
||||
extern uint64_t z__b_platform_random_seed();
|
||||
extern uint64_t z__b_platform_random_seed_secure();
|
||||
BLUE_API uint64_t z__b_platform_random_seed(void);
|
||||
BLUE_API uint64_t z__b_platform_random_seed_secure(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user