MCPcopy Index your code
hub / github.com/python/cpython / randomrow

Function randomrow

Lib/turtledemo/nim.py:28–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26COLOR = (204, 204, 255)
27
28def randomrow():
29 return random.randint(MINSTICKS, MAXSTICKS)
30
31def computerzug(state):
32 xored = state[0] ^ state[1] ^ state[2]

Callers 1

setupMethod · 0.85

Calls 1

randintMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…