package arbitrary import "testing" import "math/rand" import "time" func TestBool(t *testing.T) { src := rand.NewSource( time.Now().UTC().UnixNano() ) arb := New(src) seen_false := false seen_true := false const limit = 50 for i:=0; i