I was looking at a way to generate random values and I couldn’t find docs of all the overloads of random[x y]
. Lilt manual says that it takes y
random values from x
, but it needs to mention that:
- it will use
range x
ifx
is an integer - it will pick one random value from
x
ify
is omitted