# Feature or enhancement ### Proposal: This issue suggests adding new os constants. `os.GRND_INSECURE` ``` os.getrandom(/* some byte size */, GRND_INSECURE) # It cannot be used with os.GRND_RANDOM ``` It can return a pseudo-random number when the entropy pool is not initialized, instead of blocking. ### Has this already been discussed elsewhere? No response given ### Links to previous discussion of this feature: _No response_ <!-- gh-linked-prs --> ### Linked PRs * gh-127777 <!-- /gh-linked-prs -->
Feature or enhancement
Proposal:
This issue suggests adding new os constants.
os.GRND_INSECUREIt can return a pseudo-random number when the entropy pool is not initialized, instead of blocking.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
GRND_INSECUREconstant toosmodule #127777