Rev 11224 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11224 | Rev 11292 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | alias:randdouble, randfloat |
4 | alias:randdouble, randfloat |
5 | syntax:!random |
5 | syntax:!random ``n1'', ``n2'' |
6 | mean:Returns a random real number between |
6 | mean:Returns a random real number between ``n1'' and ``n2''. <br/>\ |
7 | Substitution and evaluation are done on |
7 | Substitution and evaluation are done on ``n1'' and ``n2'' before applying random. <br/>\ |
8 | If |
8 | If ``n2'' is missing, returns random number between 0 and ``n1''. <br/>\ |
9 | If both |
9 | If both ``n1'' and ``n2'' are missing, returns 0.<br/>\ |
10 | You can also type <span class="tt">!random |
10 | You can also type <span class="tt">!random ``n1'',``n2'' repeat ``i''</span> to repeatedly generate\ |
11 |
|
11 | ``i'' random numbers. |