I need to generate one-minute bars out of one-day bars to test the performance of an algorithm (speed, memory usage, etc).
I don't need them to resemble real data, but they should be consistent with the one-day bars (e.g. the higher price of any of the minute bars for a day is the same as the high price of the one-minute bars, etc.)
Any ideas?