Add os.getrandom()
Issue #27778: Expose the Linux getrandom() syscall as a new os.getrandom() function. This change is part of the PEP 524.
V
Victor Stinner committed
9b1f474df6f284de982c422c9a490971ccc1b296
Parent: 3580b03
Issue #27778: Expose the Linux getrandom() syscall as a new os.getrandom() function. This change is part of the PEP 524.