badrand: a looks_random functions for a simple sanity check
This commit is contained in:
parent
2a63fd9d1c
commit
76037c1c18
2 changed files with 29 additions and 0 deletions
|
|
@ -45,4 +45,6 @@ uint64_t badrand_range(uint64_t min, uint64_t max);
|
|||
*/
|
||||
void badrand_buf(char *buf, size_t len);
|
||||
|
||||
int looks_random(char *buf, size_t len);
|
||||
|
||||
#endif // BADRAND_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue