hashes.chaos_machine

example of simple chaos machine

Attributes

K

buffer_space

m

machine_time

message

params_space

t

Functions

pull()

push(seed)

reset()

Module Contents

hashes.chaos_machine.pull()
hashes.chaos_machine.push(seed)
hashes.chaos_machine.reset()
hashes.chaos_machine.K = [0.33, 0.44, 0.55, 0.44, 0.33]
hashes.chaos_machine.buffer_space: list[float] = []
hashes.chaos_machine.m = 5
hashes.chaos_machine.machine_time = 0
hashes.chaos_machine.message
hashes.chaos_machine.params_space: list[float] = []
hashes.chaos_machine.t = 3