Split out rand
This commit is contained in:
5
adsbus/rand.h
Normal file
5
adsbus/rand.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
void rand_init();
|
||||
void rand_cleanup();
|
||||
void rand_fill(void *, size_t);
|
||||
Reference in New Issue
Block a user