#ifndef _RNG_H #define _RNG_H #ifdef __cplusplus extern "C" { #endif // Tests void frng_test(); #ifdef __cplusplus } // RNG interfaces #include #endif #endif /* _RNG_H */