InverseLight / ValoMC

Monte Carlo software for simulating light propagation
https://inverselight.github.io/ValoMC/
Other
43 stars 14 forks source link

Input seed for RNG works only with positive int64 #11

Open hanninenn opened 3 years ago

hanninenn commented 3 years ago

The documentation mentions that int64 is valid seed for RNG, but it is handled as uint64 in the code.