I have derived necessary information such as Mean, Std Deviation and number of days for which simulator need to generate data. This is calculated based on historical stock prices I have sourced using yahoo API.

I now want to generate 1000 stock price movement time series using this information. How can I dynamically configure Simulated Sampling tool to pick up the above information and generate values I need.
I have attached a workflow that generates one time series using python and calculates stock price movements starting from 'Last_Adj Close' for the specified number of days. I want data set with 1000 days worth simulated stock prices.