mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Added a function for generating 32-bit random numbers.
This commit is contained in:
@@ -63,4 +63,8 @@ void debug(char *msg, ...); /* Printf to debug output */
|
||||
#define ASSERT(x) do { } while(0)
|
||||
#endif
|
||||
|
||||
/* Pseudorandom numbers */
|
||||
|
||||
u32 random_u32(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user