8 lines
106 B
C
8 lines
106 B
C
#pragma once
|
|
|
|
#include <stddef.h>
|
|
|
|
void rand_init();
|
|
void rand_cleanup();
|
|
void rand_fill(void *, size_t);
|