W3cubDocs

/PyTorch 2.9

torch.Tensor.uniform_

Tensor.uniform_(from=0, to=1, *, generator=None) → Tensor

Fills self tensor with numbers sampled from the continuous uniform distribution:

f(x)=1tofromf(x) = \dfrac{1}{\text{to} - \text{from}}

© 2025, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://docs.pytorch.org/docs/2.9/generated/torch.Tensor.uniform_.html