MCPcopy Create free account
hub / github.com/Royalvice/DocDiff / randomABC

Function randomABC

utils/marker.py:26–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 return strr
25
26 def randomABC():
27 A = np.random.randint(65, 91)
28 a = np.random.randint(97, 123)
29 char = chr(A) + chr(a)
30 for i in range(3):
31 char = char + str(np.random.randint(0, 9))
32 return char
33
34 char = randomABC()
35 for i in range(5):

Callers 1

randomtextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected