Example #1
0
 public static object random(object m = null, object n = null)
 {
     return(LuaLibraryMath.random(m, n));
 }