<?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: C Program to Generate Random Numbers</title>
	<atom:link href="http://www.gohacking.com/2008/01/c-program-to-generate-random-numbers.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gohacking.com/2008/01/c-program-to-generate-random-numbers.html</link>
	<description>Learn How To Hack! Know more about Computer/Internet Security. Get Real Hacking Tips from Experts. Cool place to Learn Hacking</description>
	<lastBuildDate>Sat, 17 Dec 2011 06:20:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: someone</title>
		<link>http://www.gohacking.com/2008/01/c-program-to-generate-random-numbers.html/comment-page-1#comment-19026</link>
		<dc:creator>someone</dc:creator>
		<pubDate>Tue, 25 Oct 2011 23:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=38#comment-19026</guid>
		<description>this is another way to do  it

#include 
using namespace std;
#include 
#include 


int main ()
{

int number;
//seeds the random number
srand(time(0));

//generates a # from 1 to 100
number = (rand()%100)+1;

//prints to screen 
cout &lt;&lt; random;

}</description>
		<content:encoded><![CDATA[<p>this is another way to do  it</p>
<p>#include<br />
using namespace std;<br />
#include<br />
#include </p>
<p>int main ()<br />
{</p>
<p>int number;<br />
//seeds the random number<br />
srand(time(0));</p>
<p>//generates a # from 1 to 100<br />
number = (rand()%100)+1;</p>
<p>//prints to screen<br />
cout &lt;&lt; random;</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siddhant</title>
		<link>http://www.gohacking.com/2008/01/c-program-to-generate-random-numbers.html/comment-page-1#comment-8294</link>
		<dc:creator>Siddhant</dc:creator>
		<pubDate>Wed, 11 Nov 2009 11:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=38#comment-8294</guid>
		<description>I am totally new to C...can you help me with the code structure written above and what should I refer to learn C...
Please help me with it
And one more thing, from where shall I download the program C?
Awaiting Response
My email ID is &quot;siddhant_shah@live.com&quot;
Thanks</description>
		<content:encoded><![CDATA[<p>I am totally new to C&#8230;can you help me with the code structure written above and what should I refer to learn C&#8230;<br />
Please help me with it<br />
And one more thing, from where shall I download the program C?<br />
Awaiting Response<br />
My email ID is &#8220;siddhant_shah@live.com&#8221;<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srikanth</title>
		<link>http://www.gohacking.com/2008/01/c-program-to-generate-random-numbers.html/comment-page-1#comment-4631</link>
		<dc:creator>Srikanth</dc:creator>
		<pubDate>Wed, 29 Apr 2009 15:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=38#comment-4631</guid>
		<description>@ aswin

Studying on your own is the best way to learn.. In fact I learnt programming only through books and not from any other source..</description>
		<content:encoded><![CDATA[<p>@ aswin</p>
<p>Studying on your own is the best way to learn.. In fact I learnt programming only through books and not from any other source..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aswin</title>
		<link>http://www.gohacking.com/2008/01/c-program-to-generate-random-numbers.html/comment-page-1#comment-4603</link>
		<dc:creator>aswin</dc:creator>
		<pubDate>Mon, 27 Apr 2009 02:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=38#comment-4603</guid>
		<description>hi sirkanth ,
                well i am newbie in C programming , just 15 years old and i am very curious about learning C programming . I am attending a course form a private institution and there they are very slow with the portions . SO i am thiking studying of my own , but will i get the logics required if  i am learning my own to prgram looking at books</description>
		<content:encoded><![CDATA[<p>hi sirkanth ,<br />
                well i am newbie in C programming , just 15 years old and i am very curious about learning C programming . I am attending a course form a private institution and there they are very slow with the portions . SO i am thiking studying of my own , but will i get the logics required if  i am learning my own to prgram looking at books</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srikanth</title>
		<link>http://www.gohacking.com/2008/01/c-program-to-generate-random-numbers.html/comment-page-1#comment-4078</link>
		<dc:creator>Srikanth</dc:creator>
		<pubDate>Sun, 29 Mar 2009 03:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=38#comment-4078</guid>
		<description>@ aditya

Refer http://www.cprogramming.com/tutorial/random.html</description>
		<content:encoded><![CDATA[<p>@ aditya</p>
<p>Refer <a href="http://www.cprogramming.com/tutorial/random.html" rel="nofollow">http://www.cprogramming.com/tutorial/random.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aditya</title>
		<link>http://www.gohacking.com/2008/01/c-program-to-generate-random-numbers.html/comment-page-1#comment-4049</link>
		<dc:creator>aditya</dc:creator>
		<pubDate>Wed, 25 Mar 2009 14:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=38#comment-4049</guid>
		<description>hai sir,

       could u please explain the working of function srand();</description>
		<content:encoded><![CDATA[<p>hai sir,</p>
<p>       could u please explain the working of function srand();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.gohacking.com/2008/01/c-program-to-generate-random-numbers.html/comment-page-1#comment-303</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 24 Oct 2008 23:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=38#comment-303</guid>
		<description>More of a question to anyone, Is their a program to figure out what random number algorithm (prng)a computer is useing to generate random numbers.</description>
		<content:encoded><![CDATA[<p>More of a question to anyone, Is their a program to figure out what random number algorithm (prng)a computer is useing to generate random numbers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bumfluf</title>
		<link>http://www.gohacking.com/2008/01/c-program-to-generate-random-numbers.html/comment-page-1#comment-212</link>
		<dc:creator>bumfluf</dc:creator>
		<pubDate>Wed, 01 Oct 2008 15:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://gohacking.com/?p=38#comment-212</guid>
		<description>Thats great! I&#039;ve been looking all over for this solution, thanks!</description>
		<content:encoded><![CDATA[<p>Thats great! I&#8217;ve been looking all over for this solution, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

