Am I taking crazy pills? I count 3+ drop in replacements for `random` on pypi.*...

@mistersql

Am I taking crazy pills? I count 3+ drop in replacements for `random` on pypi.* But the standard library `secrets` is not a drop in replacement for `random` except for a subset of function signatures. i.e. you can't generally write `import secrets as random`

Do I need to publish a drop in replacement for `random` that has all the signatures and repoints everything to SystemRandom?

* these events might be statistically independent

Self-replies