summaryrefslogtreecommitdiff
path: root/src/user/include/knob/rand.h
blob: 46052e202c20c35415a6ca4067328168df67389b (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef RAND_H
#define RAND_H

#include <stdint.h>

uint32_t gen_rand();

#endif