Internal rcpp function for the rounding of a convex polytope
rounding(P, settings = NULL, seed = NULL)
A numerical matrix that describes the rounded polytope, a numerical matrix of the inverse linear transofmation that is applied on the input polytope, the numerical vector the the input polytope is shifted and the determinant of the matrix of the linear transformation that is applied on the input polytope.
A convex polytope (H- or V-representation or zonotope).
A list to set the random walk and its walk length
Optional. A fixed seed for the number generator.