random – Talk

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

This page should state whether the set of random numbers has open or closed bounds.

For example, does random 1 yield:

  • (0,1)
  • [0,1)
  • (0,1]
  • [0,1]

where "(" and ")" denote open {up to but not including boundary values} and "[" and "]" closed {including boundary values}.