axnjaxn / ReiTrei

A ray tracer in C++ / SDL supporting Monte Carlo effects
http://www.axnjaxn.com/
0 stars 0 forks source link

Can the randomness of uniform be increased? #39

Closed axnjaxn closed 10 years ago

axnjaxn commented 10 years ago

I think I had been developing on a machine where RAND_MAX was not accurate. Is it safe to use that again?

axnjaxn commented 10 years ago

I may end up using a C++11 feature or writing my own rand function if not...

axnjaxn commented 10 years ago

Fixed.