<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <id>tag:www.refactormycode.com,2007:users619</id>
  <link type="application/atom+xml" href="http://www.refactormycode.com/users/619" rel="self"/>
  <title>yoness</title>
  <updated>Fri May 30 13:23:55 -0700 2008</updated>
  <entry>
    <id>tag:www.refactormycode.com,2007:Refactor8325</id>
    <published>2008-05-30T13:23:55-07:00</published>
    <title>[Python] On Random number generator</title>
    <content type="html">&lt;p&gt;You can modify radically the code:&lt;/p&gt;

&lt;pre&gt;import random

numbers = input(&amp;quot;Numbers to generate: &amp;quot;)

for cheese in range(0,numbers):
print random.randrange(0,100)&lt;/pre&gt;</content>
    <author>
      <name>yoness</name>
      <email>k_yoness@yahoo.it</email>
    </author>
    <link type="text/html" href="http://www.refactormycode.com/codes/272-random-number-generator/refactors/8325" rel="alternate"/>
  </entry>
</feed>

