new/null-types #2

Merged
jake merged 10 commits from new/null-types into main 2026-01-23 19:59:06 +00:00
Showing only changes of commit f67a02a9fe - Show all commits

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 {