Rev 11210 | Rev 11224 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11210 | Rev 11212 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | mean:Returns a random integer between `n1' and `n2' (inclusive). <br/>\ |
5 | mean:Returns a random integer between `n1' and `n2' (inclusive). <br/>\ |
6 | Substitution and evaluation are done on `n1' and `n2' before applying random. <br/>\ |
6 | Substitution and evaluation are done on `n1' and `n2' before applying random. <br/>\ |
7 | If `n2' is missing, returns random integer between $(m_pm)1 and `n1' (inclusive). <br/>\ |
7 | If `n2' is missing, returns random integer between $(m_pm)1 and `n1' (inclusive). <br/>\ |
8 | If both `n1' and `n2' are missing, returns 0.\ |
8 | If both `n1' and `n2' are missing, returns 0.\ |
9 | <br/>\ |
9 | <br/>\ |
10 | You can also type <span class="tt">!randint |
10 | You can also type <span class="tt">!randint `n1,n2' repeat `i'</span> to repeatedly generate\ |
11 | `i' random integers. |
11 | `i' random integers. |