[ python-Bugs-1027105 ] HardwareRandom should be renamed OSRandom

SourceForge.net noreply at sourceforge.net
Mon Sep 13 10:50:24 CEST 2004


Bugs item #1027105, was opened at 2004-09-13 01:50
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=1027105&group_id=5470

Category: Extension Modules
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Trevor Perrin (trevp)
Assigned to: Nobody/Anonymous (nobody)
Summary: HardwareRandom should be renamed OSRandom

Initial Comment:

The new random.HardwareRandom class is probably better
called "OSRandom" .  Calling it HardwareRandom might
lead people to think it's using special
randomness-generating hardware (which exists on some
chips, for example).  But in actuality it might be
getting randomness from thread racing, OS data
structures, network statistics, time-of-day, etc...

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

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


More information about the Python-bugs-list mailing list