lua-users home
lua-l archive

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


>          In the math.random function documentation it says: "The value
> *m-n* cannot
> be negative and must fit in a Lua integer."
> 
> Shouldn't it be n-m cannot be negative i.e. n >m

Sure. Thanks,

-- Roberto