I'm not really good at math, and I was trying to generate some random data but I couldn't figure how I can achieve this. I want to generate 12 bars that show 0 to 100. But I don't wanna have them all random, I'd like to have some of them in a nice curve result as below:
[1: 10], [2: 14], [3: 20], [4: 18],
[5: 22], [6: 33], [7: 62], [8: 51],
[9: 89], [10: 27], [11: 13], [12: 56]
To clarify:
-EDIT (1)
Values will go up and down like a curve such as the picture:
The breaking point can happen anywhere.
If I'm asking too much please just show me the right direction, I'll figure it on my own.
Thanks in advance.