Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit cc61b8e

Browse files
committed
Update README.md
1 parent 56c0340 commit cc61b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ location is worth a bit or two of entropy.
1010

1111
`more-entropy` achieves the same results but without requiring user interaction, and ugly integrations.
1212
It generates entropy by counting how many operations it can perform in a unit of time, which fluctuates
13-
unpredictably based on other system processes and low-level architectural specifics (like cache and TLB misses).
13+
unpredictably based on other system processes and low-level architectural specifics (like cache misses and FPU pipelines).
1414

1515
A good use of this module is to combine its output with
1616
`window.crypto.getRandomValue` or `crypto.rng`, and use the

0 commit comments

Comments
 (0)