spz-lab3/inc/random.h

8 lines
105 B
C

#ifndef RANDOM_HEADER
#define RANDOM_HEADER
void random_init(void);
size_t randint(size_t max);
#endif