nmathewson / libottery

A fast secure userspace pseudorandom number generator
Other
82 stars 22 forks source link

Add support of double random numbers. #11

Open vstakhov opened 10 years ago

vstakhov commented 10 years ago

Add functions ottery_rand_double that returns a value in the half-interval of [0..1) giving 52 bits of entropy. This might be useful for jittering in different applications.

No Haskell implementation as I have no knowledge in Haskell.