public class Random extends Object
Constructor and Description |
---|
Random() |
Modifier and Type | Method and Description |
---|---|
static String |
nextHexRandom16()
Creates a new random number [128bit], and encode it as hex value.
|
static String |
nextHexRandom32()
Creates a new random number [256bit], and encode it as hex value.
|
static String |
nextLongRandom()
Creates a new random number [64bit], to be used as an ID.
|
static String |
nextProcessReferenceValue()
Generate a unique process reference-value [160bit], which always starts with a letter
This unique ID consists of single letter, a 64bit date String[yyyyddMM], and a 88bit random value. |
static String |
nextRandom()
Deprecated.
|
static void |
seedRandom() |
public static String nextProcessReferenceValue()
public static String nextHexRandom32()
public static String nextHexRandom16()
public static String nextLongRandom()
@Deprecated public static String nextRandom()
public static void seedRandom()
Copyright © 2017. All rights reserved.