function bogosort ($array
{
while (!sorted$array)) {
shuffle$array);
}
return $array
}
eXorithm – Execute Algorithm: View / Run Algorithm bogosort

function bogosort ($array
{
while (!sorted$array)) {
shuffle$array);
}
return $array
}