| 1 | initial version |
I don't know much about Mathematica but from looking at the description here I think you want random_element(). Typing RR.random_element(-10,10) will produce a random real between -10 and 10. Change the upper and lower limits as you need.
| 2 | No.2 Revision |
I don't know much about Mathematica but from looking at the description here I think you want random_element(). Typing RR.random_element(-10,10)
RR.random_element(-10,10)
will produce a random real between -10 and 10. Change the upper and lower limits as you need.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.