sort/src/include/random.h

5 lines
83 B
C

#ifndef _SORT_RANDOM
#define _SORT_RANDOM
int gen_rand(int min, int max);
#endif