6 lines
85 B
C
6 lines
85 B
C
#pragma once
|
|
|
|
void rand_init();
|
|
void rand_cleanup();
|
|
void rand_fill(void *, size_t);
|