Inconsistent handling of default seed in NormalGenerator & UniformGenerator #2985
Labels
effort: low
Rough estimate of time needed to fix/implement/solve
good first issue
Skills/areas of expertise needed to tackle the issue
kind: todo
Type of issue
needs: feedback
Specify why not closed/merged yet
As already discussed here default seed in random.h is not handled consistently.
pcl/common/include/pcl/common/random.h
Lines 163 to 186 in b4c785b
One constructor of
NormalGenerator
has as default seed-1
during the other one (viaParameters
) has1
as default seed.Furthermore you get currently following warning:
So we should discuss how to adjust code there.
The text was updated successfully, but these errors were encountered: