perl -e "print sprintf('%03b',$_).' '.int(rand()+0.5).$/ for 0..7"
perl -e'printf"%03b %b\n",$_,rand(2)for 0..7' [download]
You can chop one character off like perl -e'printf"%03b %b\n",$_,rand 2for 0..7'.
Ceramics Glass Wood Metal Plastic Paper Banana leaves Something else
Results (487 votes), past polls