It seems to work very well with one small inconsistency.
If I have line like this:
Code: Select all
shape = meta_shapes[rng(1,#meta_shapes)]
In practice rolled value is [low, high] so it works as it should without +1 there. It's actually better for me this way but then docs could use an update.
Can you take a look and amend docs or code to make it consistent?