next | previous | forward | backward | up | top | index | toc | Macaulay2 web site

random(ZZ,ZZ) -- random integer in a range

Synopsis

Description

i1 : for i to 10 list random(100,200)

o1 = {166, 190, 147, 139, 138, 117, 165, 196, 144, 111, 191}

o1 : List
i2 : tally apply(100, i -> random(10,15))

o2 = Tally{10 => 12}
           11 => 11
           12 => 14
           13 => 20
           14 => 23
           15 => 20

o2 : Tally

See also