<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Where do Random numbers come from?</title><link>http://blogs.msdn.com/alfredth/archive/2006/09/26/random-numbers.aspx</link><description>One of the things that gets used and discussed a lot by beginning programmers is random numbers. of course those of us who have been around the block know that computer generated numbers are really pseudo-random numbers. It's a fairly short and reasonable</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Where do Random numbers come from?</title><link>http://blogs.msdn.com/alfredth/archive/2006/09/26/random-numbers.aspx#773841</link><pubDate>Wed, 27 Sep 2006 18:09:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:773841</guid><dc:creator>Rosyna</dc:creator><description>programs that depend on random numbers not being random? OMGWTFBBQ?!</description></item><item><title>re: Where do Random numbers come from?</title><link>http://blogs.msdn.com/alfredth/archive/2006/09/26/random-numbers.aspx#773929</link><pubDate>Wed, 27 Sep 2006 19:01:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:773929</guid><dc:creator>Alfred Thompson</dc:creator><description>For testing purposes one very often would like a known set of &amp;quot;random&amp;quot; numbers coming up. This lets you make sure that the rest of the algorythm is working correctly. Generally when the code is put into production some additional randomization is put into place by, for example, using the date/time as a seed value. But if you know that one seed gives a specific set of numbers you don't want that to change oout from under you.</description></item><item><title>re: Where do Random numbers come from?</title><link>http://blogs.msdn.com/alfredth/archive/2006/09/26/random-numbers.aspx#777401</link><pubDate>Sat, 30 Sep 2006 00:27:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:777401</guid><dc:creator>bob heffington</dc:creator><description>I need to break a computer generated number system that changes daily. This is a 5 digit number. The first two digits are the current month but the last three change daily.&lt;br&gt;&lt;br&gt;On 12/19/05 the code was 12030. I have not been able to duplicate this number. can you help me? &amp;nbsp; &amp;nbsp; Thanks, Bob</description></item><item><title>re: Where do Random numbers come from?</title><link>http://blogs.msdn.com/alfredth/archive/2006/09/26/random-numbers.aspx#779484</link><pubDate>Sun, 01 Oct 2006 17:35:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:779484</guid><dc:creator>Alfred Thompson</dc:creator><description>There isn't really enough information here for me to even think about trying. One would need a very large data set and more information about where the number comes from and how it is used.</description></item></channel></rss>