Subversion Repositories wimsdev

Rev

Rev 11212 | Rev 11224 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
32 reyssat 1
!! +var+ +random+
11210 bpr 2
tit:random
3
type:$type_var
11220 bpr 4
alias:randdouble, randfloat
11210 bpr 5
syntax:!random `n1' ,`n2'
6
mean:Returns a random real number between `n1' and `n2'. <br/>\
7
  Substitution and evaluation are done on `n1' and `n2' before applying random. <br/>\
8
  If `n2' is missing, returns random number between 0 and `n1'. <br/>\
9
  If both `n1' and `n2' are missing, returns 0.<br/>\
11212 bpr 10
  You can also type <span class="tt">!random `n1',`n2' repeat `i'</span> to repeatedly generate\
11210 bpr 11
  `i' random numbers.