Set seed GLMNet.jl

Hello!

I’m using GLMNet.jl to obtain a logistic regression model.

How can I set a seed so that every time I run function glmnetcv with the same parameters I get the same result?

Thank you!