Split out rand

This commit is contained in:
Ian Gulliver
2016-02-22 14:45:18 -08:00
parent f255170967
commit 16685b8d05
6 changed files with 37 additions and 28 deletions

View File

@@ -93,13 +93,6 @@ void hex_from_int(char *, uint64_t, size_t);
void uuid_gen(char *);
///////// rand
void rand_init();
void rand_cleanup();
void rand_fill(void *, size_t);
///////// retry timing
void retry_init();