readded crandom

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
Harry Young 2012-11-14 10:11:51 +01:00
parent c69d5f03b6
commit b18acbbd93

View file

@ -283,6 +283,7 @@ static const luaL_Reg lib_qmath[] = {
{"pow", Qmath_Pow},
{"rad", Qmath_Rad},
{"rand", Qmath_Rand},
{"candom", Qmath_Candom},
{"random", Qmath_Random},
{"irandom", Qmath_Irandom},
{"flrandom", Qmath_FLrandom},