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ΒΆ