Index: go/src/infra/gae/libs/gae/mathrand.go |
diff --git a/go/src/infra/gae/libs/gae/mathrand.go b/go/src/infra/gae/libs/gae/mathrand.go |
index 99c8b2f2998745e037a8e896d83e9ed3ca5e15f9..47748506ebff645533d6ac4aaed3f9a2bbc5b0be 100644 |
--- a/go/src/infra/gae/libs/gae/mathrand.go |
+++ b/go/src/infra/gae/libs/gae/mathrand.go |
@@ -11,6 +11,9 @@ import ( |
"github.com/luci/luci-go/common/clock" |
) |
+// TODO(riannucci): Extract this into its own package. It's used by taskqueue, |
+// but otherwise isn't related to gae services at all. |
+ |
// MathRandFactory is the function signature for factory methods compatible with |
// SetMathRandFactory. |
type MathRandFactory func(context.Context) *rand.Rand |