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

SourceForge.net noreply at sourceforge.net
Tue Sep 14 00:23:26 CEST 2004


Bugs item #1027105, was opened at 2004-09-13 03:50
Message generated for change (Comment added) made by rhettinger
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: Closed
>Resolution: Fixed
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...

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

>Comment By: Raymond Hettinger (rhettinger)
Date: 2004-09-13 17:23

Message:
Logged In: YES 
user_id=80475

Renamed to SystemRandom.

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

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