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 int1)
-
Method Summary
Modifier and Type Method Description int
call(LuaCallFrame luaCallFrame, int int1)
static void
register(Platform platform, KahluaTable kahluaTable)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RandomLib
public RandomLib(int int1)
-
-
Method Details
-
register
-
call
- Specified by:
call
in interfaceJavaFunction
-