Difference between revisions of "Manuals/calci/RAND"
Jump to navigation
Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="4SpaceContent" align="left"><div class="ZEditBox" align=...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''RAND()'''</div><br/> |
− | |||
− | + | ==Description== | |
− | - | + | *This function gives the real numbers ,circulated in a uniformed way. |
− | + | *The random numbers generate a sequence of numbers which is lying between 0 and 1. | |
+ | *The generated random numbers are changing each time of the calculation. | ||
+ | *To Find the random real number between a and b, we can use RAND()*(b-a)+a. | ||
+ | *Suppose we want to keep the same rand numbers for calcultion, we can enter =RAND() in the formula bar. | ||
− | |||
− | + | ==Examples== | |
− | + | #RAND()=0.37205533031374216 | |
− | + | #RAND()*100=46.92529523745179 | |
+ | #RAND()+25=25.684887402923778 | ||
− | |||
− | + | ==See Also== | |
− | + | *[[Manuals/calci/RANDBETWEEN | RANDBETWEEN ]] | |
− | |||
− | |||
− | |||
− | |||
− | + | ==References== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 23:38, 6 January 2014
RAND()
Description
- This function gives the real numbers ,circulated in a uniformed way.
- The random numbers generate a sequence of numbers which is lying between 0 and 1.
- The generated random numbers are changing each time of the calculation.
- To Find the random real number between a and b, we can use RAND()*(b-a)+a.
- Suppose we want to keep the same rand numbers for calcultion, we can enter =RAND() in the formula bar.
Examples
- RAND()=0.37205533031374216
- RAND()*100=46.92529523745179
- RAND()+25=25.684887402923778
See Also