[PLUG] Random number ( integer code )

2009-09-29 Thread Suraj Swami
Hi, I was trying to generate random number integer in CPP ( gcc compiler ) using rand() function. But it is giving some error. I have tried a few things. Which did not work. As I am not at my home PC right now hence I am unable to tell the error I am facing. But can any one suggest a code to gene

[PLUG] [X-Post][OT]Fwd: [HeadStart] Announcing Barcamp Mumbai 6 on Sunday 11th Oct.

2009-09-29 Thread Mehul Ved
-- Forwarded message -- From: Vivek Khandelwal Date: Sun, Sep 27, 2009 at 9:29 AM Subject: [HeadStart] Announcing Barcamp Mumbai 6 on Sunday 11th Oct. To: HeadStart Network Hello People, We would like announce the 6th edition of our favourite unconference – BarCamp Mumbai on Sun

Re: [PLUG] Random number ( integer code )

2009-09-29 Thread Shrinand Javadekar
On Mon, Sep 28, 2009 at 12:14 PM, Suraj Swami wrote: > Hi, > > I was trying to generate random number integer in CPP ( gcc compiler ) using > rand() function. But it is giving some error. I have tried a few things. > Which did not work. As I am not at my home PC right now hence I am unable to > te

Re: [PLUG] Random number ( integer code )

2009-09-29 Thread Mandar Vaze
> But can any one suggest a code to generate random numbers without using > rand() function. > On a lighter note : http://xkcd.com/221/ http://dilbert.com/strips/comic/2001-10-25/ -Mandar http://desipenguin.com/techblog ___ Pune GNU/Linux Users Group Mailing L

Re: [PLUG] Random number ( integer code )

2009-09-29 Thread Pranav Peshwe
Hi Suraj, Almost always, it is be better to use the library provided random number generator rather than reinventing the wheel. IMO, if you could post details about the error you are facing, there is a good chance that folks on this list would be able to help you out of it. HTH. -

[PLUG] [X-Post][OT][Commercial]Job openings in Free Software Company

2009-09-29 Thread Anoop John
Hi, Apologies for cross posting. Zyxware, a Free Software company, is looking for capable people who are passionate about Free Software, for their software development team. Experience: 0 - 2+ years Technologies: PHP, MySQL Framework: Drupal More details about the position are available at

Re: [PLUG] Random number ( integer code )

2009-09-29 Thread Amarendra Godbole
On Tue, Sep 29, 2009 at 12:44 AM, Suraj Swami wrote: > Hi, > > I was trying to generate random number integer in CPP ( gcc compiler ) using > rand() function. But it is giving some error. I have tried a few things. > Which did not work. As I am not at my home PC right now hence I am unable to > te