PointCloudLibrary/pcl
Ver no GitHub[PCL] Use C++11 random generators, not `rand`
Open
#3.781 aberto em 23 de mar. de 2020
effort: mediumgood first issuekind: todo
Métricas do repositório
- Stars
- (9.023 stars)
- Métricas de merge de PR
- (Mesclagem média 8d 7h) (3 fundiu PRs em 30d)
Description
Context
rand has several issues, which C++11 random generators don't. New PR often see the rand usage and try to emulate the wrong behavior.
Expected behavior
Remove all rand so when people search for how PCL did its random num generation, they get good quality results
Additional context
Usage of old-fashioned rand discovered by codacity (or maybe try grep)