add random function
This commit is contained in:
4
src/include/random.h
Normal file
4
src/include/random.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef _SORT_RANDOM
|
||||
#define _SORT_RANDOM
|
||||
int gen_rand(int min, int max);
|
||||
#endif
|
Reference in New Issue
Block a user