randarium
Fun

Scrabble Tiles

Draw tiles randomly from a standard 100-tile Scrabble bag without replacement. Optionally display the point value for each tile.

Also known as: letter tiles · scrabble bag

seeded · synthetic data

Presets

Output

No output yet — set your options and hit .
About this tool, tips & examples

What it does

The Scrabble Tiles generator draws from a standard 100-tile English Scrabble bag — correct letter frequencies (12 Es, 9 As, one Q, one Z…) and both blanks — without replacement, just like reaching into the real bag. Draw a 7-tile rack or up to the full 100, optionally with point values shown, and reproduce any draw from its seed.

Common use cases

  • Playing without a set — draw racks for phone-and-paper Scrabble (presets for a rack draw, values shown, and the full bag).
  • Word game practice — random racks as anagram training; find the best word, then check what you missed.
  • Teaching letter frequency — the bag’s composition is an English letter-frequency lesson; draw and tally.
  • Game development — tile-draw fixtures for word-game prototypes with authentic distribution.

Settings

  • How many tiles — 1 to 100; draws are without replacement, so the full bag is exactly one of each tile’s supply.
  • Show point values — display each tile’s score.
  • Seed — the same seed and count reproduce the identical draw — settle “redraw!” disputes with a receipt.

Privacy note

Draws happen locally in your browser; nothing is uploaded. Seeded pseudorandomness — fair for casual play, reproducible for practice, not tournament equipment.

FAQ

Is the bag composition official? It matches the standard English set: 98 lettered tiles with the familiar frequencies plus 2 blanks, 100 total.

What does “without replacement” change? Later draws are shaped by earlier ones, exactly like a real bag — draw all 100 and you get precisely the full set, no duplicates beyond each letter’s supply.

Can two players draw from the same bag? Use one seed and split the sequence — first 7 tiles to player one, next 7 to player two. The shared seed keeps it honest.