Skip to content

Instantly share code, notes, and snippets.

View mahan's full-sized avatar

Mattias Hansson mahan

  • KGH Customs Services
  • sweden
View GitHub Profile
@mahan
mahan / GuidGenerator.cs
Created July 11, 2019 14:49 — forked from nberardi/GuidGenerator.cs
TimeUUID Generator for .NET
using System;
namespace FluentCassandra
{
/// <summary>
/// Used for generating UUID based on RFC 4122.
/// </summary>
/// <seealso href="http://www.ietf.org/rfc/rfc4122.txt">RFC 4122 - A Universally Unique IDentifier (UUID) URN Namespace</seealso>
public static partial class GuidGenerator
{