Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Revisions

4 of 6
saved 6 bytes
Arnauld
  • 205.5k
  • 21
  • 187
  • 670

JavaScript (ES6), 133 bytes

f=N=>(F=n=>n<30?F[k=n%5]^(F[k]|=1<<(v=Math.random()*15))?(n-17?"BINGO"[n]||k*15-~v:'free')+` 
`[k>>2]+F(n+1):F(n):--N?`
`+f(N):'')(0)

Try it online!

Arnauld
  • 205.5k
  • 21
  • 187
  • 670

AltStyle によって変換されたページ (->オリジナル) /