How to add gradient noise which is not normal distribution?

Hello! everyone!
I have a few questions about optimizer.

I want to add the gradient noise which is not normal distribution. (i want to add the alpha stable distribution noise!!)
I know that a function (torch.randn_like) generates random numbers from a normal distribution.

How do i generate random numbers from a alpha stable distribution?