I have read this post in https://mathoverflow.net/questions/268106/generating-random-curves-with-fixed-length-and-endpoint-distance The main task is drawing a continuous curve between two fixed points that has also a fixed length.
I wondered how can I implement it in python? I was looking for creating it in pytorch, but opencv and scikit image also works for me. I was unable to find even a relatively close implementation anywhere. Do you have any suggestion what function from what package can make it work?