Skip to content

Are the undocumented member functions of random.Random supported? #148307

@roy-work

Description

@roy-work

Documentation

The documentation for random.Random really only discusses the member functions subclasses should override. However, it never mentions, nor documents, the functions that the class provides. For example, Random.randint exists; is it supported by Python to call that? (E.g., is random.SystemRandom().randint(…) a supported call?

If so … could these be documented?

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dirpendingThe issue will be closed if no feedback is provided

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions