On Sep 21, 2009, at 7:01 PM, Claes Gyllenswärd wrote:
> If I recall correctly, floats were chosen because the speed penalty
> one gets when using doubles?
Memory mostly, but also the speed penalty involved in generating
random double values using Mersenne Twister. It's almost
inconsequential nowadays.
Sean
|