diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-25 22:20:19 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-25 22:29:15 +0000 |
| commit | 7284da14615b04fff1587ec73ad979c9fea8a13b (patch) | |
| tree | bcdb6f5c619920f152348ecedaa39b240837f170 /util/libreboot-utils/include/common.h | |
| parent | 491e41598a2cb88d96ce3820cbc1bd483aa4e597 (diff) | |
util/libreboot-utils: randomisation test
to test the effectiveness of the rand function
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/include/common.h')
| -rw-r--r-- | util/libreboot-utils/include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h index 6d6d8d09..4668cffa 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -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 */ |
