Package se.krka.kahlua.stdlib
Class RandomLib
java.lang.Object
se.krka.kahlua.stdlib.RandomLib
- All Implemented Interfaces:
JavaFunction
public class RandomLib extends java.lang.Object implements JavaFunction
-
Constructor Summary
Constructors Constructor Description RandomLib(int index)
-
Method Summary
Modifier and Type Method Description int
call(LuaCallFrame callFrame, int nArguments)
static void
register(Platform platform, KahluaTable environment)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RandomLib
public RandomLib(int index)
-
-
Method Details
-
register
-
call
- Specified by:
call
in interfaceJavaFunction
-