<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: various functions with different distributions for Math.random()</title>
	<atom:link href="http://pixelero.wordpress.com/2008/04/24/various-functions-and-various-distributions-with-mathrandom/feed/" rel="self" type="application/rss+xml" />
	<link>http://pixelero.wordpress.com/2008/04/24/various-functions-and-various-distributions-with-mathrandom/</link>
	<description>Just another Flash/actionscript/whatever weblog</description>
	<lastBuildDate>Sat, 14 Nov 2009 14:34:11 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Handnotes&#187; Blog Archive &#187; Random non-uniform distribution</title>
		<link>http://pixelero.wordpress.com/2008/04/24/various-functions-and-various-distributions-with-mathrandom/#comment-328</link>
		<dc:creator>Handnotes&#187; Blog Archive &#187; Random non-uniform distribution</dc:creator>
		<pubDate>Thu, 25 Jun 2009 16:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://pixelero.wordpress.com/?p=11#comment-328</guid>
		<description>[...] various functions with different distributions for Math.random() [...]</description>
		<content:encoded><![CDATA[<p>[...] various functions with different distributions for Math.random() [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dear Computer,</title>
		<link>http://pixelero.wordpress.com/2008/04/24/various-functions-and-various-distributions-with-mathrandom/#comment-239</link>
		<dc:creator>Dear Computer,</dc:creator>
		<pubDate>Sat, 28 Feb 2009 11:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://pixelero.wordpress.com/?p=11#comment-239</guid>
		<description>Pixelero, thanks a lot for publishing these functions. Very inspiring. They helped me a lot with finding more interesting ways of semi-randomly distributing forms on the digital canvas. Check out my latest experiments @ http://www.flickr.com/photos/dear_computer/</description>
		<content:encoded><![CDATA[<p>Pixelero, thanks a lot for publishing these functions. Very inspiring. They helped me a lot with finding more interesting ways of semi-randomly distributing forms on the digital canvas. Check out my latest experiments @ <a href="http://www.flickr.com/photos/dear_computer/" rel="nofollow">http://www.flickr.com/photos/dear_computer/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flüge</title>
		<link>http://pixelero.wordpress.com/2008/04/24/various-functions-and-various-distributions-with-mathrandom/#comment-97</link>
		<dc:creator>Flüge</dc:creator>
		<pubDate>Tue, 09 Sep 2008 11:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://pixelero.wordpress.com/?p=11#comment-97</guid>
		<description>@pixelero: Nice work.
@CJ CAT: Well, it´s while ago since my last econometric-lessons but I think this is the point;)</description>
		<content:encoded><![CDATA[<p>@pixelero: Nice work.<br />
@CJ CAT: Well, it´s while ago since my last econometric-lessons but I think this is the point;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CJ Cat</title>
		<link>http://pixelero.wordpress.com/2008/04/24/various-functions-and-various-distributions-with-mathrandom/#comment-52</link>
		<dc:creator>CJ Cat</dc:creator>
		<pubDate>Sun, 08 Jun 2008 03:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://pixelero.wordpress.com/?p=11#comment-52</guid>
		<description>Interesting...I just learned this in probability and statistics. It&#039;s the central limit theorem right? The more random samples you take, the more likely you&#039;ll have a Gaussian(bell-shaped) distribution.</description>
		<content:encoded><![CDATA[<p>Interesting&#8230;I just learned this in probability and statistics. It&#8217;s the central limit theorem right? The more random samples you take, the more likely you&#8217;ll have a Gaussian(bell-shaped) distribution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [FLASH]Math.random()の頻度分布</title>
		<link>http://pixelero.wordpress.com/2008/04/24/various-functions-and-various-distributions-with-mathrandom/#comment-51</link>
		<dc:creator>[FLASH]Math.random()の頻度分布</dc:creator>
		<pubDate>Sat, 07 Jun 2008 14:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://pixelero.wordpress.com/?p=11#comment-51</guid>
		<description>[...] various functions with different distributions for Math.random() &#171; Pixeleroで興味深いことをやっていたのでFlashで実践。Math.random()は0以上1未満の乱数をだいたい均等な頻度で返す。じゃあ例えばこれは？ [...]</description>
		<content:encoded><![CDATA[<p>[...] various functions with different distributions for Math.random() &laquo; Pixeleroで興味深いことをやっていたのでFlashで実践。Math.random()は0以上1未満の乱数をだいたい均等な頻度で返す。じゃあ例えばこれは？ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Klingemann</title>
		<link>http://pixelero.wordpress.com/2008/04/24/various-functions-and-various-distributions-with-mathrandom/#comment-17</link>
		<dc:creator>Mario Klingemann</dc:creator>
		<pubDate>Mon, 28 Apr 2008 17:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://pixelero.wordpress.com/?p=11#comment-17</guid>
		<description>I was playing with noise(), but I&#039;m pretty sure that perlinNoise() might give some interesting results, too (except that perlinNoise doesn&#039;t give you the full range of numbers from 0 - 255). 

Looking at the histogram of BitmapData.noise() with low random seeds also reveals that that the random distribution for those seeds is not as &quot;good&quot; as for higher seeds.</description>
		<content:encoded><![CDATA[<p>I was playing with noise(), but I&#8217;m pretty sure that perlinNoise() might give some interesting results, too (except that perlinNoise doesn&#8217;t give you the full range of numbers from 0 &#8211; 255). </p>
<p>Looking at the histogram of BitmapData.noise() with low random seeds also reveals that that the random distribution for those seeds is not as &#8220;good&#8221; as for higher seeds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pixelero</title>
		<link>http://pixelero.wordpress.com/2008/04/24/various-functions-and-various-distributions-with-mathrandom/#comment-16</link>
		<dc:creator>pixelero</dc:creator>
		<pubDate>Mon, 28 Apr 2008 07:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://pixelero.wordpress.com/?p=11#comment-16</guid>
		<description>Thanks for your comments!
Mario: Experimenting this with BitmapData.noise() - or perlinNoise()? - sounds interesting. I did already wonder how to extend and utilize this in 2D, 3D ...

With google I found some older writings of &#039;gaussian&#039; math.random, but I didn&#039;t see &#039;Good math, bad math&#039; earlier - thanks for mentioning.

Jake: glad I made it clear — or just confused even more ! :)</description>
		<content:encoded><![CDATA[<p>Thanks for your comments!<br />
Mario: Experimenting this with BitmapData.noise() &#8211; or perlinNoise()? &#8211; sounds interesting. I did already wonder how to extend and utilize this in 2D, 3D &#8230;</p>
<p>With google I found some older writings of &#8216;gaussian&#8217; math.random, but I didn&#8217;t see &#8216;Good math, bad math&#8217; earlier &#8211; thanks for mentioning.</p>
<p>Jake: glad I made it clear — or just confused even more ! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://pixelero.wordpress.com/2008/04/24/various-functions-and-various-distributions-with-mathrandom/#comment-15</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Sat, 26 Apr 2008 20:20:02 +0000</pubDate>
		<guid isPermaLink="false">http://pixelero.wordpress.com/?p=11#comment-15</guid>
		<description>&quot;Maths with random are sometimes very unpredictable&quot;

That is totally the point! :)</description>
		<content:encoded><![CDATA[<p>&#8220;Maths with random are sometimes very unpredictable&#8221;</p>
<p>That is totally the point! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Klingemann</title>
		<link>http://pixelero.wordpress.com/2008/04/24/various-functions-and-various-distributions-with-mathrandom/#comment-14</link>
		<dc:creator>Mario Klingemann</dc:creator>
		<pubDate>Fri, 25 Apr 2008 19:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://pixelero.wordpress.com/?p=11#comment-14</guid>
		<description>That&#039;s some funny coincidence - I&#039;ve just made some very similar experiments with the BitmapData.noise() method. You didn&#039;t by chance read the &quot;Good Math, Bad Math&quot; blog article about random distributions?</description>
		<content:encoded><![CDATA[<p>That&#8217;s some funny coincidence &#8211; I&#8217;ve just made some very similar experiments with the BitmapData.noise() method. You didn&#8217;t by chance read the &#8220;Good Math, Bad Math&#8221; blog article about random distributions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pixelero</title>
		<link>http://pixelero.wordpress.com/2008/04/24/various-functions-and-various-distributions-with-mathrandom/#comment-13</link>
		<dc:creator>Pixelero</dc:creator>
		<pubDate>Fri, 25 Apr 2008 08:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://pixelero.wordpress.com/?p=11#comment-13</guid>
		<description>one more:

f= 0.2; r=f*Math.random()+(1.0-f)*Math.random()*Math.random(); // peak in x=f, value f&lt;0.5</description>
		<content:encoded><![CDATA[<p>one more:</p>
<p>f= 0.2; r=f*Math.random()+(1.0-f)*Math.random()*Math.random(); // peak in x=f, value f&lt;0.5</p>
]]></content:encoded>
	</item>
</channel>
</rss>
