@@ -7,6 +7,7 @@ public static class GuidV8
|
||||
private const long TicksPrecision = TimeSpan.TicksPerMillisecond / 10;
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
[ExcludeFromCodeCoverage]
|
||||
public static Guid NewGuid(RngEntropy entropy = RngEntropy.Strong) => NewGuid(DateTime.UtcNow, entropy);
|
||||
|
||||
public static Guid NewGuid(DateTime dateTime, RngEntropy entropy = RngEntropy.Strong)
|
||||
|
||||
Reference in New Issue
Block a user