Skip to content

Instantly share code, notes, and snippets.

@DonDebonair
Created April 1, 2016 11:04
Show Gist options
  • Save DonDebonair/b0f4feef30ee28a8b109f23533c2f6b7 to your computer and use it in GitHub Desktop.
Save DonDebonair/b0f4feef30ee28a8b109f23533c2f6b7 to your computer and use it in GitHub Desktop.
Generate a sentence in a Slavic language
(0 to 300).map(_ => scala.util.Random.nextPrintableChar).filter(Set('k', 'v', 's', 'e', 'y', 't', 'p', 'a', 'u', 'o').contains).grouped(5).map(_.mkString("")).mkString(" ")
@DonDebonair
Copy link
Author

Created by @fedragon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment