Since you need it to be repeatable, I would suggest using JSL.
random reset(55);
Y = J(100,1);
for (i=1,i<=100,i++,Y[i]=random weibull(3.5,15000));
dt = as table(Y);
You may want to check out the random function category in the JMP Scripting Index:
peng_liu_0-1603907872669.png
You may also want to check out how to work with formula column directly if your hands are not tied to a fixed seed:
https://www.jmp.com/support/help/en/15.2/index.shtml#page/jmp/create-a-formula.shtml