From e9b3918c38ad90c60193c68bb46289b487f85cf1 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 1 Apr 2016 12:02:23 +0200 Subject: [PATCH] Update Random_impl.h --- Random_numbers/include/CGAL/Random_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Random_numbers/include/CGAL/Random_impl.h b/Random_numbers/include/CGAL/Random_impl.h index fb097cca70e..cb97040d743 100644 --- a/Random_numbers/include/CGAL/Random_impl.h +++ b/Random_numbers/include/CGAL/Random_impl.h @@ -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