Files
pokerth/src/core/rand.h
T
2007-03-02 00:04:18 +00:00

8 lines
93 B
C

#ifndef RAND_H
#define RAND_H
void RandomBytes(unsigned char *buf, unsigned size);
#endif