I’m not sure what you mean by decay. Do you want the lines to slow down and stop at random positions, return to their original positions, or something else entirely?
I think the nature of AE and expressions makes system time unusable if you think about it. If you were using it as random seed, that number would be changing even while you’re just sitting on the same frame. With the way expressions work, there’s no way to just seed the random number generator once and have that affect the entire comp. And there’s no way to pass the seed from one frame to the next. I’m guessing it wasn’t an oversight to leave it out, because it just wouldn’t work the way you would want it to.
I think the nature of AE and expressions makes system time unusable if you think about it. If you were using it as random seed, that number would be changing even while you’re just sitting on the same frame. With the way expressions work, there’s no way to just seed the random number generator once and have that affect the entire comp. And there’s no way to pass the seed from one frame to the next. I’m guessing it wasn’t an oversight to leave it out, because it just wouldn’t work the way you would want it to.