Sign in
code
/
edge
/
openjdk
/
master
/
.
/
jdk
/
test
/
javax
/
management
/
loading
/
LibraryLoader
/
jar_src
/
RandomGen.h
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