Ask Your Question

Revision history [back]

click to hide/show revision 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.

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.