So I want to write a function that measures the runtime of a random number generation. To be able to use different random engines and distributions, I use templates for those, but I also need a template parameter to initialize the vector I write the numbers in.So I want to write a function that measures the