<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>randomdotorg</name>
<shortdesc>random.org number generator interface module</shortdesc>
<description>randomdotorg.py is a python module to implement python's random number interface
by fetching data from random.org, which is is a true random number service
that generates randomness via atmospheric noise.

Example of use:

&gt;&gt;&gt; r = randomdotorg.RandomDotOrg()
&gt;&gt;&gt; r.get_quota() # method to get allowed bit quota for this ip
999171
&gt;&gt;&gt; print r.randrange(2, 33, 3)
14

Methods supported by the standard library random module are supported, except
for save/load state and seeding which won't make sense for a true random number
generator.</description>
<download-page>http://code.google.com/p/randomdotorg/downloads/list</download-page>
<homepage rdf:resource="http://code.google.com/p/randomdotorg/" />
<maintainer><foaf:Person><foaf:name>Clovis Fabricio</foaf:name>
<foaf:mbox_sha1sum>497fe714543fe52873c0522473aed9cb4d8db425</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1.3a1</revision></Version></release>
</Project></rdf:RDF>