Update Random.cpp

This commit is contained in:
seega 2023-05-06 17:52:32 +03:00 committed by GitHub
parent b7c743e8fa
commit 5ed17160d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,11 @@
#endif
#ifdef __unix__
#ifdef __CYGWIN__
#else
#include <linux/random.h>
#endif
#endif
#define RK_STATE_LEN 624