<?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: AS3 Random Boolean</title>
	<atom:link href="https://codebelt.github.io/blog/actionscript-3/as3-random-boolean/feed/" rel="self" type="application/rss+xml" />
	<link>https://codebelt.github.io/blog/actionscript-3/as3-random-boolean/</link>
	<description>Manage Your Code Snippets with codeBelt &#124; Code Examples / Tutorials / Articles</description>
	<lastBuildDate>Wed, 14 Feb 2018 05:52:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.10</generator>
	<item>
		<title>By: Alexey</title>
		<link>https://codebelt.github.io/blog/actionscript-3/as3-random-boolean/#comment-59436</link>
		<dc:creator><![CDATA[Alexey]]></dc:creator>
		<pubDate>Fri, 25 Dec 2015 21:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://codebelt.com/?p=61#comment-59436</guid>
		<description><![CDATA[Just call: var randomBoolean:Boolean = (Math.random() &#062; .5)
That will be enough]]></description>
		<content:encoded><![CDATA[<p>Just call: var randomBoolean:Boolean = (Math.random() &gt; .5)<br />
That will be enough</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M Carson</title>
		<link>https://codebelt.github.io/blog/actionscript-3/as3-random-boolean/#comment-5633</link>
		<dc:creator><![CDATA[M Carson]]></dc:creator>
		<pubDate>Sat, 29 Oct 2011 16:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://codebelt.com/?p=61#comment-5633</guid>
		<description><![CDATA[Just what I needed -- thanks!]]></description>
		<content:encoded><![CDATA[<p>Just what I needed &#8212; thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
