# File lib/librmpd.rb, line 811 def random=( toggle ) send_command 'random ' + (toggle ? '1' : '0') end