Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ _get_random_numbers
Method
_get_random_numbers
syncplay/utils.py:565–566 ·
view source on GitHub ↗
(quantity)
Source
from the content-addressed store, hash-verified
563
564
@staticmethod
565
def
_get_random_numbers(quantity):
566
return
''
.join(random.choice(string.digits)
for
_ in range(quantity))
567
568
569
class
NotControlledRoom(Exception):
Callers
1
generate_room_password
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected