How to set complex random MPS?

Hi,
I am studying the magnetization in the y-direction when adding an x-direction transverse field. Since MPS is setted by real numbers using randomMPS, I am unable to obtain the y-direction magnetization. How can I set up a complex MPS?"

randomMPS(ComplexF64, sites) should work.

Thanks for your reply!