CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.67k stars 1.35k forks source link

Generator: replace <boost/random.hpp> with <random> #8207

Open afabri opened 1 month ago

afabri commented 1 month ago

Summary of Changes

Replace boost:: version with std:: version.

We still have from boost: random_number_generator, uniform_int, uniform_small_int, uniform_real, uniform_01, boost::lagged_fibonacci607 ,

Release Management

lrineau commented 1 month ago

Unless there is an important need, this PR will be for CGAL-6.1.x.

lrineau commented 1 month ago

Are there consequences in the CGAL documentation?

afabri commented 1 month ago

@janetournois do you know why you use the boost::lagged_fibonacci607 generator

afabri commented 1 month ago

Are there consequences in the CGAL documentation?

Yes, And dealt with for example in Random.h