MCPcopy Create free account
hub / github.com/ActiveState/code / make_boot_strap

Function make_boot_strap

recipes/Python/578062_Markov/recipe-578062.py:230–232  ·  view source on GitHub ↗
(sudoku_key)

Source from the content-addressed store, hash-verified

228# sudoko_key
229# - should be a proper "markov" key
230def make_boot_strap(sudoku_key):
231 block = sudoku_key[0]
232 return bytes(CRYPT.choice(block) for byte in range(len(sudoku_key) - 1))
233
234################################################################################
235

Callers 1

encrypt_strFunction · 0.85

Calls 2

bytesFunction · 0.85
rangeFunction · 0.85

Tested by

no test coverage detected