31a32
> #include "base/random.hh"
172c173,174
< (out_queue_length << 8) | (random() & 0xff);
---
> (out_queue_length << 8) |
> random_mt.random(0, 0xff);