I want to use it to implement a random number generator that generates random numbers between (89,91) or (-1,1). How should I write it?
Features like the following, but writing them like this is illegal
rep.modify.pose(
position=rep.distribution.uniform((-2, -2, 0), (2, 2, 0)),
rotation=rep.distribution.uniform((0, 0, -2), (0, 0, 2)) + rep.distribution.choice([(0, 0, 90), (0, 0, 0), (0, 0,-90)]),
)