DAT290
/
kod
/
Network_protocol
/
RNG.h
RNG.h
Raw
#
pragma once
#
include
<stdint.h>
void
RNG_init
(
)
;
uint32_t
RNG_getRandomNumber
(
)
;