public class KeyGenerator extends Object
Constructor and Description |
---|
KeyGenerator(String prefix,
int nchar,
Random random)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static Random |
createRandom()
Returns a new, randomly seeded, Random object.
|
String |
next()
Returns the next key in the sequence.
|
Copyright © 2008–2024. All rights reserved.