/** * \file dummy.c */ #include "dummy/dummy.h" uint8_t dummy_random(void) { return 4U; // determined by fair dice roll. }