--TEST-- Random: Randomizer: shuffleBytes(): Basic functionality --FILE-- shuffleBytes($bytes); $result = sort_bytes($result); if ($result !== $bytes) { die("failure: not a permutation at {$i}"); } } } die('success'); ?> --EXPECT-- Random\Engine\Mt19937 Random\Engine\Mt19937 Random\Engine\PcgOneseq128XslRr64 Random\Engine\Xoshiro256StarStar Random\Engine\Secure Random\Engine\Test\TestShaEngine success