MCPcopy
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
11def jitter(value, delta=0.3):
12 jitter = delta * value
13 return uniform(value-jitter, value+jitter)
14
15
16def action_delay(low, high):

Callers 1

sleepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected