hdac SDK
SDK for hdac blockchain development
메인 페이지
관련된 페이지
네임스페이스
클래스
파일들
파일 목록
파일 멤버
utils
include
utils
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
다음에 의해 생성됨 :
1.8.11