hdac SDK
SDK for hdac blockchain development
random.h
1 #ifndef RANDOM_H
2 #define RANDOM_H
3 
7 void GetRandBytes(unsigned char* buf, int num);
8 
13 void GetStrongRandBytes(unsigned char* buf, int num);
14 
15 #endif // RANDOM_H