C# Class CqlSharp.Logging.FastGuid

Faster way to create GUIDs at the cost of loss of some randomness
Mostrar archivo Open project: reuzel/CqlSharp

Public Methods

Method Description
NewGuid ( ) : System.Guid

Creates a new unique identifier.

Private Methods

Method Description
FastGuid ( ) : System

Initializes the FastGuid class with the information of single Guid.

Method Details

NewGuid() public static method

Creates a new unique identifier.
public static NewGuid ( ) : System.Guid
return System.Guid