package domaintest import "github.com/brianvoe/gofakeit/v6" func RandID() int { return gofakeit.IntRange(1, 10000000) }