mirror of https://github.com/CGAL/cgal
Print out the seed.
This commit is contained in:
parent
8cee2ef1dd
commit
9d674673a6
|
|
@ -35,6 +35,7 @@ int main( )
|
|||
std::list<Point_2> point_set;
|
||||
CGAL::Random rand;
|
||||
|
||||
std::cerr << "Seed = " << rand.get_seed() << std::endl;
|
||||
int size = rand.get_int(4, MAX_POLY_SIZE);
|
||||
|
||||
// copy size points from the generator, eliminating duplicates, so the
|
||||
|
|
|
|||
Loading…
Reference in New Issue