badrand: a looks_random functions for a simple sanity check

This commit is contained in:
Imbus 2025-10-01 03:38:00 +02:00
parent 2a63fd9d1c
commit 76037c1c18
2 changed files with 29 additions and 0 deletions

View file

@ -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