new test seed

This commit is contained in:
Sebastien Valette 2025-02-11 10:54:43 +01:00
parent c7427fb729
commit c0f2f7f80c
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ int main(int argc, char* argv[])
Surface_Mesh smesh; Surface_Mesh smesh;
//CGAL::get_default_random() = CGAL::Random( 1739197120 ); //connexity constraint issue + infinite loop with cheese //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( 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; std::cout << "Seed : " << CGAL::get_default_random().get_seed() << std::endl;
const std::string filename = (argc > 1) ? const std::string filename = (argc > 1) ?
argv[1] : argv[1] :