yingjerkao / uni10

Official Repo for Uni10
28 stars 9 forks source link

Reimplement elemRand() with c++11 random. #29

Closed mkluo8787 closed 6 years ago

mkluo8787 commented 6 years ago

The original rand() is deprecated since it doesn't provide true uniform random real number. After this fix, orthoRand() should work fine now.

yingjerkao commented 6 years ago

This is fixed in version 2.0. Will not fix in this release.