Skip to content

Commit a33c5ea

Browse files
committed
TLDR 2 tweak
1 parent 648e908 commit a33c5ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EntropyString.playground/Pages/TLDR2.xcplaygroundpage/Contents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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"*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"*

0 commit comments

Comments
 (0)