util/libreboot-utils: randomisation test

to test the effectiveness of the rand function

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-25 22:20:19 +00:00
parent dc7a02da2d
commit e0319f0116
5 changed files with 79 additions and 10 deletions
+1
View File
@@ -388,6 +388,7 @@ void *mkrbuf(size_t n);
void rset(void *buf, size_t n);
void *mkrbuf(size_t n);
char *mkrstr(size_t n);
int win_lottery(void);
/* Helper functions for command: dump
*/