[Python-bugs-list] [ python-Bugs-721402 ] Random on PPC is outside acceptable range.

SourceForge.net noreply@sourceforge.net
Mon, 14 Apr 2003 13:43:24 -0700


Bugs item #721402, was opened at 2003-04-14 15:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=721402&group_id=5470

Category: Extension Modules
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Kyle Wheeler (memoryhole)
Assigned to: Nobody/Anonymous (nobody)
Summary: Random on PPC is outside acceptable range.

Initial Comment:
On LinuxPPC, with gcc 2.96, python's (2.2.2) random function is outside the acceptable range. For example:

>>> import random
>>> print random.random()
1.35933812391

This random function, I believe, is supposed to produce numbers between 0 and 1.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=721402&group_id=5470