function flip-coin() { if (( RANDOM % 2 == 0 )); then echo "🪙 Heads!" else echo "🪙 Tails!" fi }