I would like to get n randomly generated numbers from a lognormal distribution with a given mean and sd, but I want the generated values to be between e^10 and e^13.
I tried using EnvStats::rlnormTrunc(100000, meanlog=11.532, sdlog=3.484, min=20000, max=450000)
but the sd of the data generated is not what I want. What can I do??