adding comments

This commit is contained in:
2026-01-23 14:58:51 -05:00
parent 88e67d69fc
commit f67a02a9fe

View File

@@ -292,6 +292,8 @@ func kindToRandom(field reflect.StructField) any {
return nil
}
// a quick and dirty rng function to determine if nulltypes are null or
// if we will generate a random value
func isNull() bool {
x := rand.IntN(2)
if x%2 == 0 {