An internal Rccp function as a polytope generator
poly_gen(kind_gen, Vpoly_gen, Zono_gen, dim_gen, m_gen, seed = NULL)
A numerical matrix describing the requested polytope
An integer to declare the type of the polytope.
A boolean parameter to declare if the requested polytope has to be in V-representation.
A boolean parameter to declare if the requested polytope has to be a zonotope.
An integer to declare the dimension of the requested polytope.
An integer to declare the number of generators for the requested random zonotope or the number of vertices for a V-polytope.
Optional. A fixed seed for the random polytope generator.