blob: 33e2028040d3010ad098ebcd90d09aa4804717ba [file] [log] [blame]
#include <jni.h>
#ifndef RandomGen
#define RandomGen
#ifdef __cplusplus
extern "C" {
#endif
JNIEXPORT jint JNICALL Java_RandomGen_getRandom
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif