blob: 33e2028040d3010ad098ebcd90d09aa4804717ba [file] [log] [blame]
J. Duke319a3b92007-12-01 00:00:00 +00001#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