Click or drag to resize
GenExtensionsGuid Property
Generates a version 4 (random) UUID. See this link for more information.

Namespace: FsCheckUtils
Assembly: FsCheckUtils (in FsCheckUtils.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static Gen<Guid> Guid { get; }

Return Value

Type: GenGuid
A generator that generates a version 4 (random) UUID.
See Also