Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 05:30:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 248236] graphics/gegl: g_random_* function always returns same random number sequence
Message-ID:  <bug-248236-6497-S7xL2ZpwuA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248236-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248236-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome (Nobody)
<gnome@FreeBSD.org> for maintainer-feedback:
Bug 248236: graphics/gegl: g_random_* function always returns same random
number sequence
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248236



--- Description ---
Random number sequence is always the same because the seed of g_random_*
function is set to a fixed value.
It affects everything linked to libgegl.

For example:
mkdir ~/.config/GIMP/2.10/splashes
ln -s /usr/local/share/gimp/images/gimp-splash.png
~/.config/GIMP/2.10/splashes/
find ~/collection_of_cute_cats -type f -iname \*.jpg -print0 | xargs -0 -J =
% cp
% ~/.config/GIMP/2.10/splashes/
gimp --new-instance &
gimp --new-instance &
gimp --new-instance &
gimp --new-instance &
gimp --new-instance &



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248236-6497-S7xL2ZpwuA>