Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HardwareRandom should be renamed OSRandom #40904

Closed
trevp mannequin opened this issue Sep 13, 2004 · 2 comments
Closed

HardwareRandom should be renamed OSRandom #40904

trevp mannequin opened this issue Sep 13, 2004 · 2 comments
Labels
extension-modules C modules in the Modules dir

Comments

@trevp
Copy link
Mannequin

trevp mannequin commented Sep 13, 2004

BPO 1027105
Nosy @rhettinger

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2004-09-13.22:23:26.000>
created_at = <Date 2004-09-13.08:50:24.000>
labels = ['extension-modules']
title = 'HardwareRandom should be renamed OSRandom'
updated_at = <Date 2004-09-13.22:23:26.000>
user = 'https://bugs.python.org/trevp'

bugs.python.org fields:

activity = <Date 2004-09-13.22:23:26.000>
actor = 'rhettinger'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2004-09-13.08:50:24.000>
creator = 'trevp'
dependencies = []
files = []
hgrepos = []
issue_num = 1027105
keywords = []
message_count = 2.0
messages = ['22435', '22436']
nosy_count = 2.0
nosy_names = ['rhettinger', 'trevp']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1027105'
versions = ['Python 2.4']

@trevp
Copy link
Mannequin Author

trevp mannequin commented Sep 13, 2004

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...

@trevp trevp mannequin closed this as completed Sep 13, 2004
@trevp trevp mannequin closed this as completed Sep 13, 2004
@trevp trevp mannequin added extension-modules C modules in the Modules dir labels Sep 13, 2004
@rhettinger
Copy link
Contributor

Logged In: YES
user_id=80475

Renamed to SystemRandom.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension-modules C modules in the Modules dir
Projects
None yet
Development

No branches or pull requests

1 participant