Esempio n. 1
0
 public static void randomseed(object x)
 {
     LuaLibraryMath.randomseed(x);
 }
Esempio n. 2
0
 public static string type(object x)
 {
     return(LuaLibraryMath.type(x));
 }
Esempio n. 3
0
 public static object random(object m = null, object n = null)
 {
     return(LuaLibraryMath.random(m, n));
 }