What does it mean to count and analyse text?
Counting and analysing text means measuring what a passage is made of: how many words, characters, sentences, lines and paragraphs it holds, which words repeat, how long it takes to read, and how hard it is to read. Randomly's eight tools each answer one of those questions in your browser.
These eight tools belong together because they are one pass over the same string, read through eight different lenses. Every one of them tokenises your text once — into code points, words, lines, sentences and paragraphs — and then leads with the single number you came for. A word counter and a readability checker are not different programs; they are different questions asked of the same measurement.
That is also why the answers agree with each other. The reading time on one page and the word count on another come from the same tokeniser, so they cannot drift apart the way two unrelated sites' counters do. Pick the tool named after the number you need, and treat the rest of its readout as context — and when you want a second opinion, Send to carries the same text straight into any of the other seven instead of making you copy and paste it.
Nothing is uploaded. Every count happens locally, so a confidential draft, a client's contract or a block of production log lines can be measured without leaving your machine.