<?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/"
		>
<channel>
	<title>Comments on: Random Colors, Color Pools, and Dual Mersenne Twister Goodness.</title>
	<atom:link href="http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/</link>
	<description>Art + Culture + Technology</description>
	<lastBuildDate>Thu, 15 Jul 2010 22:25:33 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: saw0</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/comment-page-1/#comment-533</link>
		<dc:creator>saw0</dc:creator>
		<pubDate>Sun, 17 May 2009 13:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/#comment-533</guid>
		<description>Thanks so much for the script, really nice to learn City-like synthesis.

Cheers

saw0</description>
		<content:encoded><![CDATA[<p>Thanks so much for the script, really nice to learn City-like synthesis.</p>
<p>Cheers</p>
<p>saw0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Christensen</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/comment-page-1/#comment-529</link>
		<dc:creator>Mikael Christensen</dc:creator>
		<pubDate>Sat, 16 May 2009 07:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/#comment-529</guid>
		<description>Hi saw0, sorry but your post ended up in my spam-filter - but here is the EisenScript:

// 31 ,47, 51, 59

// City: seed 70

set maxdepth 40
//set maxsize 10
set colorpool randomrgb
set colorpool list:orange,white,white,white,white,white,white,grey
// Camera settings. Place these before first rule call.

10 * { y 10 } 10 * { x 10 }  1 * { ry -90 b 0.2 } R1
set background black
{  x 30 y 30 z 3 s 200 200 1 color random } box

Rule R1 {
dbox
//set seed initial
{ z 0.6 rx 5   }  R1
}

Rule R1 {
 dbox
{ z 0.5 rx -90 }  R1
}

Rule R1 {
dbox
{ z 0.6 rz 90 }  R1
}

Rule R1 {
 dbox
{ z 0.6 rz -90 }  R1
}

Rule R1 weight 0.01 {

} 

Rule dbox {
  { color random s 2 2  0.5  }  box
}

Rule dbox weight 0.5 {
   { ry 90 s 0.5  1 1 } R1
}

Rule dbox weight 0.5 {
{ rx 90 s 0.5 2 1 } R1
}</description>
		<content:encoded><![CDATA[<p>Hi saw0, sorry but your post ended up in my spam-filter &#8211; but here is the EisenScript:</p>
<p>// 31 ,47, 51, 59</p>
<p>// City: seed 70</p>
<p>set maxdepth 40<br />
//set maxsize 10<br />
set colorpool randomrgb<br />
set colorpool list:orange,white,white,white,white,white,white,grey<br />
// Camera settings. Place these before first rule call.</p>
<p>10 * { y 10 } 10 * { x 10 }  1 * { ry -90 b 0.2 } R1<br />
set background black<br />
{  x 30 y 30 z 3 s 200 200 1 color random } box</p>
<p>Rule R1 {<br />
dbox<br />
//set seed initial<br />
{ z 0.6 rx 5   }  R1<br />
}</p>
<p>Rule R1 {<br />
 dbox<br />
{ z 0.5 rx -90 }  R1<br />
}</p>
<p>Rule R1 {<br />
dbox<br />
{ z 0.6 rz 90 }  R1<br />
}</p>
<p>Rule R1 {<br />
 dbox<br />
{ z 0.6 rz -90 }  R1<br />
}</p>
<p>Rule R1 weight 0.01 {</p>
<p>} </p>
<p>Rule dbox {<br />
  { color random s 2 2  0.5  }  box<br />
}</p>
<p>Rule dbox weight 0.5 {<br />
   { ry 90 s 0.5  1 1 } R1<br />
}</p>
<p>Rule dbox weight 0.5 {<br />
{ rx 90 s 0.5 2 1 } R1<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Syntopia &#187; Blog Archive &#187; Structure Synth 0.9.5 ("Haiku") Released</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/comment-page-1/#comment-505</link>
		<dc:creator>Syntopia &#187; Blog Archive &#187; Structure Synth 0.9.5 ("Haiku") Released</dc:creator>
		<pubDate>Mon, 27 Apr 2009 20:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/#comment-505</guid>
		<description>[...] to use multiple palettes, including sampling colors from bitmap pictures. This was covered in a previous blog [...]</description>
		<content:encoded><![CDATA[<p>[...] to use multiple palettes, including sampling colors from bitmap pictures. This was covered in a previous blog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saw0</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/comment-page-1/#comment-498</link>
		<dc:creator>saw0</dc:creator>
		<pubDate>Sun, 19 Apr 2009 11:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/#comment-498</guid>
		<description>Wow, this really looks nice! Lookin&#039; forward to 0.9.5!

any chance of getting a look on the ES for the example scene you used? It looks so random :)

Greets

saw0</description>
		<content:encoded><![CDATA[<p>Wow, this really looks nice! Lookin&#8217; forward to 0.9.5!</p>
<p>any chance of getting a look on the ES for the example scene you used? It looks so random <img src='http://blog.hvidtfeldts.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Greets</p>
<p>saw0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Christensen</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/comment-page-1/#comment-492</link>
		<dc:creator>Mikael Christensen</dc:creator>
		<pubDate>Sun, 05 Apr 2009 09:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/#comment-492</guid>
		<description>Well, if you compile it yourself, it can be tested as of now :-) - The changes are in the Subversion repository.

Otherwise, I plan to make a minor release of Structure Synth (v0.9.5) next week, which includes the new features.</description>
		<content:encoded><![CDATA[<p>Well, if you compile it yourself, it can be tested as of now <img src='http://blog.hvidtfeldts.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  &#8211; The changes are in the Subversion repository.</p>
<p>Otherwise, I plan to make a minor release of Structure Synth (v0.9.5) next week, which includes the new features.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isaac</title>
		<link>http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/comment-page-1/#comment-491</link>
		<dc:creator>isaac</dc:creator>
		<pubDate>Sun, 05 Apr 2009 06:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hvidtfeldts.net/index.php/2009/04/random-colors-color-pools-and-dual-mersenne-twister-goodness/#comment-491</guid>
		<description>It sounds really nice, really good job, when we can test this new features?</description>
		<content:encoded><![CDATA[<p>It sounds really nice, really good job, when we can test this new features?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
