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