libreboot-utils: improved randomness test

and the module bias handling is fully correct

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-26 09:32:11 +00:00
parent 8e8f7bced4
commit 10ecf32e33
3 changed files with 43 additions and 38 deletions
+2 -1
View File
@@ -391,7 +391,8 @@ void *rmalloc(size_t *size); /* don't ever use this */
void rset(void *buf, size_t n);
void *mkrbuf(size_t n);
char *mkrstr(size_t n);
int win_lottery(char **buf);
int win_lottery(void);
size_t rsize(void);
/* Helper functions for command: dump
*/