hbf / miniball

Fast computation of the smallest enclosing ball of a point set, in low or moderately high dimensions.
133 stars 41 forks source link

Random number generator in example.c (minor issue) #40

Open nji9nji9 opened 1 year ago

nji9nji9 commented 1 year ago

Obviously you removed boost lib for example usage (Still at https://github.com/hbf/miniball#getting-started-c you still mention the obsolet Boost lib).

... but used rand () instead. It's anything than of major importance but rand () is known for its poor characteristics and is mostly replaced by... See "Notes" at https://en.cppreference.com/w/cpp/numeric/random/rand