Java Utililty Methods Random Word

List of utility methods to do Random Word

Description

The list of methods to do Random Word are organized into topic(s).

Method

StringgenerateRandomWord()
Generates a string of random digits.
return idFormat.format(rand.nextLong());