public class RandomGenerator
extends java.lang.Object
Title: Framework Support Library
Description: A set of utilities that generate various random numbers.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Constructor and Description |
---|
RandomGenerator() |
Modifier and Type | Method and Description |
---|---|
static long |
generateSerialVersionUID()
Generates a random
Serial Version Id as a long. |
static long |
generateUniqueID()
A dup method that will change and will not provide standard JVM seed.
|
static java.lang.String |
getGUID()
Obtain a generated unique identifier based on the VM identifier of this JVM.
|
static long |
getPseudoUUID()
This method returns a secure, random Long value using Sun's SHA-1.
|
public static final long generateSerialVersionUID()
Serial Version Id
as a long. This method uses
the Java VM's unique id as a seed.public static final long generateUniqueID()
public static final java.lang.String getGUID()
public static long getPseudoUUID()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.