Follow-up Comment #1, bug #18996 (project wesnoth):

A small script such as this
++
        local rand = 0
        for i = 0,100000, 1 do
                rand = math.max(rand, helper.rand("10000..99999"))
        end
        wesnoth.message(tostring(rand))
--
shows the limitation. In this case I seem to get 42767 as result. When using
1000..9999 however I get 9999.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?18996>

_______________________________________________
  Nachricht geschickt von/durch Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to