Build on wheezy, and presumably precise
[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