torch.Tensor.log_normal_¶
- Tensor.log_normal_(mean=1, std=2, *, generator=None)¶
- Fills - selftensor with numbers samples from the log-normal distribution parameterized by the given mean and standard deviation . Note that- meanand- stdare the mean and standard deviation of the underlying normal distribution, and not of the returned distribution: