orden aleatorio de botones en actualizar en vainilla js

$("#parent").html($("#parent").children().sort(function() { return 0.5 - Math.random() }));
Yeomeo