summaryrefslogtreecommitdiffstats
path: root/shr3.h
blob: 1f0e0031247997a88180e0940a5b266fa9430e14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef SHR3_H_
#define SHR3_H_

#include <stdint.h>


uint8_t shr3_get_random_bits(uint8_t nr_bits);
uint8_t shr3_get_random_value_byte(uint8_t max_value);

void shr3_init(uint32_t seed);

#endif /* SHR3_H_ */
bues.ch cgit interface