You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/tutorial/prng.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ Pseudo random number generation in PyTensor
5
5
===========================================
6
6
7
7
PyTensor has native support for `pseudo random number generation (PRNG) <https://en.wikipedia.org/wiki/Pseudorandom_number_generator>`_.
8
-
This document describes how PRNGs are implemented in PyTensor, via the RandomVariable Operator.
8
+
9
+
This document describes the details of how PRNGs are implemented in PyTensor, via the RandomVariable Operator.
10
+
For a more applied example see :ref:`using_random_numbers`
9
11
10
12
We also discuss how initial seeding and seeding updates are implemented, and some harder cases such as using RandomVariables inside Scan, or with other backends like JAX.
0 commit comments