Skip to main content
1 of 4
Arnauld
  • 205.5k
  • 21
  • 187
  • 670

#JavaScript (ES6), 72 bytes

f=x=>x%17^2?['doko ','zun '][j=Math.random()*2|0]+f(x<<7|j):'ki-yo-shi!' 

Try it online!

Arnauld
  • 205.5k
  • 21
  • 187
  • 670