MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / reset

Function reset

hashes/chaos_machine.py:81–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 return xorshift(X, Y) % 0xFFFFFFFF
80
81def reset():
82 global buffer_space, params_space, machine_time, \
83 K, m, t
84
85 buffer_space = K; params_space = [0] * m
86 machine_time = 0
87
88#######################################
89

Callers 1

chaos_machine.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected