<?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: Apple Script Random Number Generator</title>
	<atom:link href="http://www.mactricksandtips.com/2008/03/apple-script-random-number-generator.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mactricksandtips.com/2008/03/apple-script-random-number-generator.html</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 11 Mar 2010 06:09:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: GG</title>
		<link>http://www.mactricksandtips.com/2008/03/apple-script-random-number-generator.html/comment-page-1/#comment-4391</link>
		<dc:creator>GG</dc:creator>
		<pubDate>Wed, 15 Oct 2008 16:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/2008/03/apple-script-random-number-generator.html#comment-4391</guid>
		<description>Yeah that helped a lot thanks!</description>
		<content:encoded><![CDATA[<p>Yeah that helped a lot thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.mactricksandtips.com/2008/03/apple-script-random-number-generator.html/comment-page-1/#comment-4338</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 14 Oct 2008 21:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/2008/03/apple-script-random-number-generator.html#comment-4338</guid>
		<description>Best way I have found is to do this code. 

&lt;code&gt;(random number) * (random number from 1 to 10)&lt;/code&gt; 

It gets your random numbers with decimals but it is also has a number in front of the decimal. So your result would be something similar to this: 3.259870233843 etc.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Best way I have found is to do this code. </p>
<p><code>(random number) * (random number from 1 to 10)</code> </p>
<p>It gets your random numbers with decimals but it is also has a number in front of the decimal. So your result would be something similar to this: 3.259870233843 etc.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GG</title>
		<link>http://www.mactricksandtips.com/2008/03/apple-script-random-number-generator.html/comment-page-1/#comment-4332</link>
		<dc:creator>GG</dc:creator>
		<pubDate>Tue, 14 Oct 2008 19:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/2008/03/apple-script-random-number-generator.html#comment-4332</guid>
		<description>Is there a way to make it include decimals with the number.
I am relatively new to coding especially with apple script.
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Is there a way to make it include decimals with the number.<br />
I am relatively new to coding especially with apple script.<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.mactricksandtips.com/2008/03/apple-script-random-number-generator.html/comment-page-1/#comment-1680</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Wed, 06 Aug 2008 14:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/2008/03/apple-script-random-number-generator.html#comment-1680</guid>
		<description>Having not used Apple Script, but being a web developer who has worked with many code languages, my first thought would be to populate an array with the numbers you want, then call a random index in that array with the random number.

Problem is that I don&#039;t know if Apple Script has arrays...</description>
		<content:encoded><![CDATA[<p>Having not used Apple Script, but being a web developer who has worked with many code languages, my first thought would be to populate an array with the numbers you want, then call a random index in that array with the random number.</p>
<p>Problem is that I don&#8217;t know if Apple Script has arrays&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.mactricksandtips.com/2008/03/apple-script-random-number-generator.html/comment-page-1/#comment-1289</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 17 Jul 2008 09:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/2008/03/apple-script-random-number-generator.html#comment-1289</guid>
		<description>Not that I know of. I am not a Apple Script buff. It can be done for sure. Google will likely be your friend.</description>
		<content:encoded><![CDATA[<p>Not that I know of. I am not a Apple Script buff. It can be done for sure. Google will likely be your friend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.mactricksandtips.com/2008/03/apple-script-random-number-generator.html/comment-page-1/#comment-1286</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 17 Jul 2008 04:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://localhost:8888/2008/03/apple-script-random-number-generator.html#comment-1286</guid>
		<description>Is there a way that you can manually pick a set of numbers to be randomly generated into certain combinations?
Thanks</description>
		<content:encoded><![CDATA[<p>Is there a way that you can manually pick a set of numbers to be randomly generated into certain combinations?<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
