Skip to content
Snippets Groups Projects
Commit 8172e578 authored by Peter Kietzmann's avatar Peter Kietzmann
Browse files

sys/random: remove printf in xorshift

parent 043a6826
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,6 @@
*/
#include <stdint.h>
#include <stdio.h>
#include "random.h"
......@@ -63,7 +62,6 @@ uint32_t random_uint32(void)
void random_init(uint32_t val)
{
printf("random init %u\n", (unsigned)val);
if (!val) {
val = 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment