You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
shuffle3/lean/include/rng.h

18 lines
190 B

#ifndef _RNG_H
#define _RNG_H
#ifdef __cplusplus
extern "C" {
#endif
// Tests
void frng_test();
#ifdef __cplusplus
}
// RNG interfaces
#include <rng/frng.hpp>
#endif
#endif /* _RNG_H */