projects
/
invirt/third/libt4.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fce86efe90fbba41ae07ceee2277ae5978cfc110
[invirt/third/libt4.git]
/
random.h
1
#ifndef random_h
2
#define random_h
3
4
void srand_safe(unsigned int seed);
5
uint32_t rand32_safe();
6
7
#endif