blob: 9c5aedf8a2f86658d64ab52c9f00cddde2815e90 [file] [log] [blame]
Harald Weltee72cf552016-04-28 07:18:49 +02001#pragma once
2
3#include <stdint.h>
4
5int rand_init(void);
6
7int rand_get(uint8_t *rand, unsigned int len);