# torch.Tensor.bernoulli_() - in-place version of torch.bernoulli() # torch.Tensor.cauchy_() - numbers drawn from the Cauchy distribution # torch.Tensor.exponential_() - numbers drawn from the exponential distribution # torch.Tensor.geometric_() - elements drawn from the geometric distribution...