osmo-hlr/src/rand.h

8 lines
104 B
C

#pragma once
#include <stdint.h>
int rand_init(void);
int rand_get(uint8_t *rand, unsigned int len);