Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ symRandom
Function
symRandom
Lib/turtledemo/forest.py:14–15 ·
view source on GitHub ↗
(n)
Source
from the content-addressed store, hash-verified
12
from
time
import
perf_counter
as
clock
13
14
def
symRandom(n):
15
return
randrange(-n,n+1)
16
17
def
randomize( branchlist, angledist, sizedist ):
18
return
[ (angle+symRandom(angledist),
Callers
3
randomize
Function · 0.85
randomfd
Function · 0.85
tree
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…