Home
last modified time | relevance | path

Searched refs:replay_hash_ (Results 1 – 1 of 1) sorted by relevance

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/marbles/random/
H A Drandom_sequence.h65 replay_hash_ = replay_shift_ = 0; in Init()
91 replay_hash_ = source.replay_hash_; in Clone()
114 replay_hash_ = hash; in ReplayPseudoRandom()
120 replay_hash_ = 0; in ReplayShifted()
127 if (!replay_hash_) { in GetReplayValue()
131 word = (word ^ replay_hash_) * 1664525L + 1013904223L; in GetReplayValue()
249 uint32_t replay_hash_; variable