Array – Talk

From Bohemia Interactive Community
Revision as of 21:09, 28 September 2006 by Mr.Peanut (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Should there be any comment here or in random about randomly selecting an array element given the rounding rules?

i.e.

_myArray select (random (count myArray)) - 0.5)