1#include <jni.h> 2 3#ifndef RandomGen 4#define RandomGen 5#ifdef __cplusplus 6extern "C" { 7#endif 8 9JNIEXPORT jint JNICALL Java_RandomGen_getRandom 10 (JNIEnv *, jobject); 11 12#ifdef __cplusplus 13} 14#endif 15#endif 16 17