actual version is ```php protected function formatRandomInt(RandomInt $expression, WriterContext $context): string { // ... return $this->formatRaw( new Raw( 'abs(random()) % (? - ?) + ?', [$max, $min, $min] ), $context, ); } ``` It could lead to unexpected behavior, see https://github.com/makinacorpus/DbToolsBundle/pull/110#discussion_r1517778859