<?php $rands = []; for ($i = 0; $i < 16; $i++) { $rands[] = sprintf('0x%02X', mt_rand(0, 255)); } echo implode(", ", $rands);
You have javascript disabled. You will not be able to edit any code.