public class Randomizer extends Object
Constructor and Description |
---|
Randomizer() |
Modifier and Type | Method and Description |
---|---|
static String |
generateWords(int numWords)
Generates a sequence of of (space-separated) words, each of which
contains a random sequence of letter characters in the range [A-Za-z].
|
public static String generateWords(int numWords)
numWords
- The number of words in the sequence (1..10).Copyright © 2022 Open Geospatial Consortium. All rights reserved.