159c159,161
< if (!RubySystem::getRandomization() || !m_randomization) {
---
> // random delays are inserted if either RubySystem level randomization flag
> // is turned on, or the buffer level randomization is set
> if (!RubySystem::getRandomization() && !m_randomization) {