<?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: How to generate Random Numbers in J2ME application</title>
	<atom:link href="http://mobilepit.com/09/how-to-generate-random-numbers-in-j2me-application.html/feed" rel="self" type="application/rss+xml" />
	<link>http://mobilepit.com/09/how-to-generate-random-numbers-in-j2me-application.html</link>
	<description>Mobile Phone, PDA and JavaME (J2ME) Programming Blog</description>
	<lastBuildDate>Wed, 01 Feb 2012 21:28:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Peter Peng</title>
		<link>http://mobilepit.com/09/how-to-generate-random-numbers-in-j2me-application.html/comment-page-1#comment-14728</link>
		<dc:creator>Peter Peng</dc:creator>
		<pubDate>Fri, 31 Jul 2009 10:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://mobilepit.com/09/how-to-generate-random-numbers-in-j2me-application.html#comment-14728</guid>
		<description>very nice! thx!</description>
		<content:encoded><![CDATA[<p>very nice! thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos B</title>
		<link>http://mobilepit.com/09/how-to-generate-random-numbers-in-j2me-application.html/comment-page-1#comment-14634</link>
		<dc:creator>Carlos B</dc:creator>
		<pubDate>Mon, 13 Apr 2009 02:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://mobilepit.com/09/how-to-generate-random-numbers-in-j2me-application.html#comment-14634</guid>
		<description>I&#039;ve analysed the numbers generated by J2me Random.NextFloat() with Arena&#039;s Input Analyzer utilit in order to know if we can trust that the output data fit a uniformly distributed float value between 0.0 and 1.0. However, it seems that usually the sample fit the Beta Distribution. I&#039;ve succesfull generated uniformly distributed sample by using .NextDouble() instead of .NextFloat().</description>
		<content:encoded><![CDATA[<p>I&#8217;ve analysed the numbers generated by J2me Random.NextFloat() with Arena&#8217;s Input Analyzer utilit in order to know if we can trust that the output data fit a uniformly distributed float value between 0.0 and 1.0. However, it seems that usually the sample fit the Beta Distribution. I&#8217;ve succesfull generated uniformly distributed sample by using .NextDouble() instead of .NextFloat().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesar</title>
		<link>http://mobilepit.com/09/how-to-generate-random-numbers-in-j2me-application.html/comment-page-1#comment-14631</link>
		<dc:creator>Cesar</dc:creator>
		<pubDate>Mon, 06 Apr 2009 17:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://mobilepit.com/09/how-to-generate-random-numbers-in-j2me-application.html#comment-14631</guid>
		<description>Yes thats it!!!</description>
		<content:encoded><![CDATA[<p>Yes thats it!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S?awek</title>
		<link>http://mobilepit.com/09/how-to-generate-random-numbers-in-j2me-application.html/comment-page-1#comment-10095</link>
		<dc:creator>S?awek</dc:creator>
		<pubDate>Wed, 20 Aug 2008 13:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://mobilepit.com/09/how-to-generate-random-numbers-in-j2me-application.html#comment-10095</guid>
		<description>There is no need to invoke setSeed after constructor because constructor does it!</description>
		<content:encoded><![CDATA[<p>There is no need to invoke setSeed after constructor because constructor does it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kien</title>
		<link>http://mobilepit.com/09/how-to-generate-random-numbers-in-j2me-application.html/comment-page-1#comment-5526</link>
		<dc:creator>kien</dc:creator>
		<pubDate>Thu, 29 Nov 2007 08:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://mobilepit.com/09/how-to-generate-random-numbers-in-j2me-application.html#comment-5526</guid>
		<description>mbnmcvjkdj</description>
		<content:encoded><![CDATA[<p>mbnmcvjkdj</p>
]]></content:encoded>
	</item>
</channel>
</rss>

