C# Class iSynaptic.InterleavingUniqueNumberGenerator

Inheritance: IUniqueNumberGenerator
Mostra file Open project: iSynaptic/iSynaptic.Core

Public Methods

Method Description
Generate ( Byte count ) : System.UInt64[]
InterleavingUniqueNumberGenerator ( Byte version, UInt32 nodeId, System.DateTime epoch ) : System

Method Details

Generate() public method

public Generate ( Byte count ) : System.UInt64[]
count Byte
return System.UInt64[]

InterleavingUniqueNumberGenerator() public method

public InterleavingUniqueNumberGenerator ( Byte version, UInt32 nodeId, System.DateTime epoch ) : System
version Byte
nodeId System.UInt32
epoch System.DateTime
return System