Package: gnumeric

Hi,

gnumeric's random number generator is actually reading waaay too many
bytes from /dev/urandom. On every call to random_01_device 256 *bytes*
are read. Most distribution functions call random_01_normal (as it
could be expected) but every call to it calls twice the _device
function, and some en up calling it 10 or more times.

This is insane, really. Don't abuse the kernel's PRNG.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to