Current date/time is Sat Nov 28, 2009 3:55 pm

Post a reply

Post a reply
 

HTML is OFF
BBCode is ON
Smilies are ON

  
Options


Jump to:  

Topic review

Yes

by Admin on Thu Dec 06, 2007 2:55 am

You may use the rand() function to generate a random number between 0.0 and 1.0
If you need random number between 0 and 5.0 simply multiple the result by 5:

z=rand()*5

Here's the screen-shot of z=rand()*2

Can I plot a 3D graph of random points?

by Mathemat on Thu Dec 06, 2007 2:48 am

I like to incorporate some randomness in my functions.
Does Graphing Calculator 3D support random number generation?