lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



> Isn't there a way to override a library function like Math.random() ?

function math.random() return "this is random behaviour" end