2
votes
3answers
414 views
Floating point rounding when truncating
This is probably a question for an x86 FPU expert:
I am trying to write a function which generates a random floating point value in the range [min,max]. The problem is that my generator algorithm …
