mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Fix for https://github.com/pytorch/pytorch.github.io/issues/162 Pull Request resolved: https://github.com/pytorch/pytorch/pull/23553 Differential Revision: D16700003 Pulled By: soumith fbshipit-source-id: 0d988985fee9aeadd01f9caba24987f960ce2470
22 lines
485 B
ReStructuredText
22 lines
485 B
ReStructuredText
torch.random
|
|
===================================
|
|
|
|
.. currentmodule:: torch.random
|
|
|
|
.. automodule:: torch.random
|
|
:members:
|
|
|
|
Random Number Generator
|
|
-------------------------
|
|
.. autofunction:: get_rng_state
|
|
.. autofunction:: get_rng_state_all
|
|
.. autofunction:: set_rng_state
|
|
.. autofunction:: set_rng_state_all
|
|
.. autofunction:: manual_seed
|
|
.. autofunction:: manual_seed_all
|
|
.. autofunction:: seed
|
|
.. autofunction:: seed_all
|
|
.. autofunction:: initial_seed
|
|
.. autofunction:: fork_rng
|
|
|