FAQ 1: What does "unique picks (no repeats)" change?
Answer: It decides whether one item may win several times. With the switch on (the default), three picks from a 50-item pool always return three different items, and a request for more unique picks than the pool holds is declined with a message. With the switch off, every draw re-rolls the whole pool, so one word may appear twice, which is useful for sampling with replacement.
FAQ 2: What exactly counts as a word, sentence, line, or character?
Answer: Words are separated by spaces, tabs and line breaks. Sentences end at ., !, ? or an ellipsis; a rare abbreviation like "Dr." in your text is treated as an ender too, which is the known limitation. Lines are the rows of your text, and blank rows and stray spaces are ignored. Characters include every glyph, so spaces and line breaks are candidates as well.
FAQ 3: Is this the same as the Randomize a List tool?
Answer: They answer different questions. Randomize a List reshuffles a column of entries (or draws winners from it) and can clean, renumber and re-case the list. This tool samples raw text: one pool unit (characters, words, sentences, lines) out of a block of prose. Use Randomize a List when the input is already a list; use Random Text Picker when the input is prose or when you need words, sentences or characters instead of list entries.
FAQ 4: Why does the output change while I am still typing?
Answer: Because Live mode is on by default: every change to the text or settings makes a fresh random draw, so the Output always reflects the current text. Turn Live mode off if you want a draw to stay put; the Output then updates only when you press "Pick" or "Pick Again".
FAQ 5: Which separator should I pick for what?
Answer: New line (the default) puts each winner on its own row, best for lists and prompts. Space and comma + space flow winners into a CSV-style single line. Comma and Semicolon suit import files with tight delimiters, and Custom... glues items with any string you type, such as " | " or a literal tab.
FAQ 6: Are the picks really random?
Answer: Yes. Draws use your browser's cryptographic random generator (getRandomValues) through a Fisher-Yates sampling pass, so every candidate is equally likely to win on every roll. There is no seed and no repeating pattern, and nothing in your text affects which items come up.
FAQ 7: Do you save the text I insert in the tool?
Answer: No, we do not save your text. All processing happens in your browser and your data remains confidential. The textarea accepts up to 50,000 characters, and uploaded or dropped files larger than that are truncated.
FAQ 8: How do I number the winners or add prefixes to them?
Answer: This tool presents the picks exactly as they were drawn. To add numbering or wrap them in prefixes and suffixes, copy the output into our Add Line Numbers or Add Prefix & Suffix tools; each is one paste away.
FAQ 9: What do the "Try it" example buttons do?
Answer: They load a ready-made scenario (sample text, unit, number of picks, draw rules and separator) and run a pick immediately. Draws are random, so your result will not match the page preview, which is exactly the point.