protected override object CreateRandomValueInternal(SqlRandomizer rand, SqlRandomTableColumn columnInfo)
 {
     // this method does not use Guid.NewGuid since it is not based on the given rand object
     return(rand.NextUniqueIdentifier());
 }