<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Python%3A_Random_Number</id>
	<title>Python: Random Number - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Python%3A_Random_Number"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Python:_Random_Number&amp;action=history"/>
	<updated>2026-04-19T21:43:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=Python:_Random_Number&amp;diff=45115&amp;oldid=prev</id>
		<title>Onnowpurbo: New page:  from random import randrange, uniform    # randrange gives you an integral value  irand = randrange(0, 10)    # uniform gives you a floating-point value  frand = uniform(0, 10)   ==Refere...</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Python:_Random_Number&amp;diff=45115&amp;oldid=prev"/>
		<updated>2015-11-27T12:04:15Z</updated>

		<summary type="html">&lt;p&gt;New page:  from random import randrange, uniform    # randrange gives you an integral value  irand = randrange(0, 10)    # uniform gives you a floating-point value  frand = uniform(0, 10)   ==Refere...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; from random import randrange, uniform&lt;br /&gt;
 &lt;br /&gt;
 # randrange gives you an integral value&lt;br /&gt;
 irand = randrange(0, 10)&lt;br /&gt;
 &lt;br /&gt;
 # uniform gives you a floating-point value&lt;br /&gt;
 frand = uniform(0, 10)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* http://stackoverflow.com/questions/3996904/generate-random-integers-between-0-and-9&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>