Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
26
COLOR = (204, 204, 255)
27
28
def
randomrow():
29
return
random.randint(MINSTICKS, MAXSTICKS)
30
31
def
computerzug(state):
32
xored = state[0] ^ state[1] ^ state[2]
Callers
1
setup
Method · 0.85
Calls
1
randint
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…