Split out rand

This commit is contained in:
Ian Gulliver
2016-02-22 14:45:18 -08:00
parent f255170967
commit 16685b8d05
6 changed files with 37 additions and 28 deletions

5
adsbus/rand.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
void rand_init();
void rand_cleanup();
void rand_fill(void *, size_t);