Open stephanemagnenat opened 4 years ago
Enki provides a FastRandom class in Random.h, as well as distributions such as gaussianRand(). However, the latter does not use the former. This is very confusing for users.
FastRandom
Random.h
gaussianRand()
Enki provides a
FastRandom
class inRandom.h
, as well as distributions such asgaussianRand()
. However, the latter does not use the former. This is very confusing for users.