Latest iteration on email processing, RandBool perf

This commit is contained in:
2023-12-30 17:14:06 -06:00
parent 1a00f791fa
commit ba8eadf1d9
2 changed files with 28 additions and 15 deletions

View File

@@ -193,7 +193,7 @@ func Bytes(bytes uint64) string {
// RandBool returns a random boolean
func RandBool() bool {
return rand.Intn(2) == 0
return rand.Uint64()&1 == 1
}
// FakeEmail generates a fake email address