func randomCharacters(count :Int) -> [String] {
        return Array(self.shuffled().prefix(count))
    }