Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PokemonGoF/PokemonGo-Bot
/ jitter
Function
jitter
pokemongo_bot/human_behaviour.py:11–13 ·
view source on GitHub ↗
(value, delta=0.3)
Source
from the content-addressed store, hash-verified
9
10
11
def
jitter(value, delta=0.3):
12
jitter = delta * value
13
return
uniform(value-jitter, value+jitter)
14
15
16
def
action_delay(low, high):
Callers
1
sleep
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected