Allow boolean values to be converted to Random. The link's value (0 or 1) has a...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 14 Feb 2008 09:31:11 +0000 (09:31 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 14 Feb 2008 09:31:11 +0000 (09:31 +0000)
commit02d7f27747c1c7285b77897d15826687b500a0f1
treeb312b9ac80b3d81278339f6c5bf015c1a604e4ea
parent4175bef7c1586386c83011120c1b63273f841352
Allow boolean values to be converted to Random.  The link's value (0 or 1) has a random value between -radius and radius added to it.  If the result <0.5, it's false, else it's true.  So with 'link=true' and 'radius=1', the result will be between 0 and 2, which is true about 75% of the time.  So get a 50:50 split, use a radius of a million.

git-svn-id: http://svn.voria.com/code@1690 1f10aa63-cdf2-0310-b900-c93c546f37ac
synfig-core/trunk/src/modules/mod_noise/valuenode_random.cpp