mirror of https://github.com/CGAL/cgal
new test seed
This commit is contained in:
parent
c7427fb729
commit
c0f2f7f80c
|
|
@ -24,6 +24,8 @@ int main(int argc, char* argv[])
|
|||
Surface_Mesh smesh;
|
||||
//CGAL::get_default_random() = CGAL::Random( 1739197120 ); //connexity constraint issue + infinite loop with cheese
|
||||
//CGAL::get_default_random() = CGAL::Random( 1739199762 ); //one small edge
|
||||
//CGAL::get_default_random() = CGAL::Random( 1739264620 ); //one very small edge
|
||||
|
||||
std::cout << "Seed : " << CGAL::get_default_random().get_seed() << std::endl;
|
||||
const std::string filename = (argc > 1) ?
|
||||
argv[1] :
|
||||
|
|
|
|||
Loading…
Reference in New Issue