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.