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 xifxis an integer - it will pick one random value from
xifyis omitted
