rename python-nextgen to python (#15504)

This commit is contained in:
William Cheng
2023-05-16 13:54:07 +08:00
committed by GitHub
parent dd6ccaa84f
commit 01ed5975e1
759 changed files with 70 additions and 9227 deletions

View File

@@ -0,0 +1,8 @@
# flake8: noqa
import random
def id_gen(bits=32):
""" Returns a n-bit randomly generated int """
return int(random.getrandbits(bits))