Você perguntou
Is there any way to modify the path so that it results in a static (not random) UUID on each call
E a resposta para isso é "sim, definitivamente".
Se você preparar o ambiente assim:
cat /proc/sys/kernel/random/uuid >/tmp/uuid
Você pode modificar o caminho para obter um UUID estático em cada chamada, como esta
cat /tmp/uuid