plugins/elements/gstfakesrc.c: Use g_random_int_range(), since it produces better...
authorDavid Schleef <ds@schleef.org>
Thu, 21 Dec 2006 09:37:56 +0000 (09:37 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 21 Dec 2006 09:37:56 +0000 (09:37 +0000)
commit05e2413d3e768440498b355cd14fa752928b67ac
treeaf5ee9aa55c05c616971230db26858aa66c1a516
parentc9fbb589a021357c2da7e6a91dd313764036b125
plugins/elements/gstfakesrc.c: Use g_random_int_range(), since it produces better random numbers in a range than almo...

Original commit message from CVS:
* plugins/elements/gstfakesrc.c:
Use g_random_int_range(), since it produces better random
numbers in a range than almost-correct floating point code.
ChangeLog
plugins/elements/gstfakesrc.c