File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
EntropyString.playground/Pages/TLDR2.xcplaygroundpage Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44//:
55//: - You don't need random strings of length L.
66//: - String length is a by-product, not a goal.
7- //: - You need unique strings.
7+ //: - You don't need truly unique strings.
88//: - Uniqueness is too onerous. You'll do fine with probabilistically unique strings.
99//: - Probabilistic uniqueness involves measured risk.
1010//: - Risk is measured as *"1 in __n__ chance of generating a repeat"*
Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ Note how the number of bytes needed is dependent on the number of characters in
523523
524524 - You don't need random strings of length L.
525525 - String length is a by-product, not a goal.
526- - You need unique strings.
526+ - You don't need truly unique strings.
527527 - Uniqueness is too onerous. You'll do fine with probabilistically unique strings.
528528 - Probabilistic uniqueness involves measured risk.
529529 - Risk is measured as * "1 in __ n__ chance of generating a repeat"*
You can’t perform that action at this time.
0 commit comments