View all expressions
Randomness

Matrix-Style Random Letters Animation

Generates animated grids of random A-Z letters. Fully dynamic with speed and layout controls.

Contributed by:


numRows = 10;
// Number of rows
numCols = 10;
// Number of columns
freq = 10;
// Animation speed
output = "";
seedRandom(index + Math.floor(time * freq), true);
for (r = 0; r < numRows; r++) {
line = "";
for (c = 0; c < numCols; c++) {
charCode = Math.floor(random(65, 91));
// A-Z
line += String.fromCharCode(charCode) + " ";
}
output += line + "\r";
}
output;

Matrix-Style Random Letters Animation

Practical use case

Great for cyberpunk HUDs, abstract data visualizations, or animated typography experiments.

Check out similar expressions

Data-driven video workflows for After Effects are easier with Plainly.

a mesh of elegant lines transparent image