AppendRandomString will generate a random string that begins with prefix. This is useful
if you want to make sure that your tests can run at the same time against the same
environment without conflicting. This method will seed rand with the current time when
called for the first time.
TODO(https://github.com/knative/pkg/issues/226): Use a shared version from knative/pkg.