I want R to search for the seed(s) that will simulate `AR(2):
R
seed(s)
simulate
ar1.2 <- arima.sim(n = 100, model=list(ar=c(0.4, 0.5),