I have been reading that Simple OLS regression falls into two main cases:
$Y,X$ are both RVs (Random Variables) , i.e., neither value can be predicted with accuracy, but only probabilistically, e.g., height vs weight where we choose pairs of values $(h_i, w_i)$ without controlling either, i.e., we just sample random pairs from observations at given moments.
When Y is random but X is Mathematical (aka "Fixed"), i.e., the values are "controllable" e.g., age (controllable, we can choose any value we want) and weight.
What are the main differences between these two? I guess, e.g., correlation of Y vs X in the first case does not mean much. Do we also care about joint distribution, of having a bivariate normal $(X,Y)$ in the first case as we do in the second?