random – Talk
Categories: 
mNo edit summary  | 
				mNo edit summary  | 
				||
| Line 6: | Line 6: | ||
*(0,1]  | *(0,1]  | ||
*[0,1]  | *[0,1]  | ||
where '''('''   | where '''(''' , ''')''' denote open {up to but not including boundary values} bounds and '''[''' , ''']''' denote closed {including boundary values} bounds.  | ||
----  | ----  | ||
Revision as of 15:46, 28 September 2006
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 ( , ) denote open {up to but not including boundary values} bounds and [ , ] denote closed {including boundary values} bounds.