Creates a specified number of tokens over a period of time using the distribution:
For example, during 14 days, each hour arrives different numbers of tokens in an exponential distribution.
How can I implement this logic ?
I have tried to use the Date Time Source ,but the tokens arrived in the first 7 minutes among an hour.