Files
pokerth/src/core/rand.h
T

8 lines
93 B
C
Raw Normal View History

2007-03-02 00:04:18 +00:00
#ifndef RAND_H
#define RAND_H
void RandomBytes(unsigned char *buf, unsigned size);
#endif