mirror of https://github.com/CGAL/cgal
Update Random_impl.h
This commit is contained in:
parent
4f599d5310
commit
e9b3918c38
|
|
@ -48,7 +48,7 @@ Random( )
|
|||
seed = (unsigned int)s;
|
||||
#if defined( CGAL_TEST_SUITE ) || defined( CGAL_PRINT_SEED )
|
||||
if(this == & get_default_random()){
|
||||
std::cerr << "default_random::get_seed() = " << seed << std::endl;
|
||||
std::cerr << "CGAL::get_default_random()::get_seed() = " << seed << std::endl;
|
||||
}
|
||||
#endif
|
||||
// initialize random numbers generator
|
||||
|
|
|
|||
Loading…
Reference in New Issue