IoTeX client
src
random
random.h
1
#ifndef IOTEX_RANDOM_H
2
#define IOTEX_RANDOM_H
3
4
#include "stddef.h"
5
#include "stdint.h"
6
7
namespace
iotex
8
{
9
class
Random
10
{
11
public
:
12
virtual
void
fillRandom(uint8_t* buf,
size_t
size);
13
};
14
}
// namespace iotex
15
16
// Declare global object
17
extern
iotex::Random
randomGenerator;
18
19
#endif
iotex::Random
Definition:
random.h:10
iotex
Definition:
abi.h:12
Generated by
1.9.2