MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-496907.py

File recipe-496907.py

recipes/Python/496907_Mastermindstyle_codebreaking/recipe-496907.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import random
2from itertools import izip, imap
3from math import log
4

Callers

nothing calls this directly

Calls 8

strFunction · 0.85
mapFunction · 0.85
rangeFunction · 0.85
rungameFunction · 0.85
xrangeClass · 0.85
countsFunction · 0.85
averageFunction · 0.70
clockClass · 0.50

Tested by

no test coverage detected