Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'python': 0.08; 'subject:string': 0.09; 'am,': 0.12; 'received:209.85.210.174': 0.13; 'received:mail-iy0-f174.google.com': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'mon,': 0.16; 'wrote:': 0.18; 'dec': 0.22; 'header:In-Reply-To:1': 0.22; 'message-id:@mail.gmail.com': 0.28; 'forgot': 0.29; 'chris': 0.30; 'url:library': 0.31; 'subject:?': 0.31; 'to:addr:python- list': 0.34; 'url:python': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.38; 'url:docs': 0.39; 'url:org': 0.39; 'link.': 0.39; 'received:209': 0.40; 'to:addr:python.org': 0.40; '2011': 0.61; '26,': 0.67 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=XvjqEeCYeSgc4oweGkHaPJbw7Xoy30s/g1N6bB3mNJo=; b=Ka4xFIrqz7Yn5psgdtF+U8EX3lslKz92LCdLADw8qj/FkwUy0FVgPCQ77CGSx+x9DH x617UXsF1cm9fQBbtO06Bcu77R4TL5g/MZAYoAyT3r3DOc3XQIj1LoeLO/TCQO3m9uUE C51diO37lqMLKaNmCRb4wOujltaYAEFmwm1c8= MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 26 Dec 2011 00:51:41 +1100 Subject: Re: Random string of digits? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1324821105 news.xs4all.nl 6979 [2001:888:2000:d::a6]:41866 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:17899 On Mon, Dec 26, 2011 at 12:50 AM, Chris Angelico wrote: > The Python 2 docs [1] Forgot to provide link. Python 2: http://docs.python.org/library/random.html And same in Python 3: http://docs.python.org/py3k/library/random.html ChrisA