First time here? Check out the FAQ!
answered 9 years ago
FrédéricC was right, it is easy enough. This tutorial was helpful too. You can tweak the example below to your suit your needs.
m=-5 M=5 dim = 3 P=Polyhedron( vertices=[ [randint(m,M) for i in range(dim)] for i in range(100)])