Try as hard as I can, I cannot find any real tutorials on Perlin\Samplex Noise in 1D.
I've searched all around the internet but just cannot find anything. Any sites I do come across mentioning 1D perlin noise are usually very unclear or just shows the code
Late to the party, but it is proven, that a function like below is never periodic.
You can adopt the function in general, e.g. changing the 2 to 3, squashing the graph in y direction, scaling the x-frequency/periods of the individual sine's, you can also move the individual period by x. Many things, I've made a playground in the link below at geogebra, so you can play around with configurations, see what looks best, etc. The green graph would be the result, the purple graph is if you want the entire function to grow to a theoretical infinity, the orange doted graph is a constant configuration of the function that we see red above, and the yellow lined graph is everything without the scalings. Enjoy!
Hint: You don't need two irrational numbers for a non-periodic function. You could also use the square root of two for example.
https://www.geogebra.org/graphing/yzgxvd8q