Skip to content

Commit 41f9c53

Browse files
committed
[skip ci]
1 parent c77c20f commit 41f9c53

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

psyneulink/core/compositions/composition.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -2047,10 +2047,8 @@ def input_function(env, result):
20472047
(e.g., ``<component>.random_state.normal()`` or ``<component>.random_state.uniform()``) to get a random value.
20482048

20492049
.. technical_note::
2050-
PsyNeuLink uses the `Mersenne Twister <https://en.wikipedia.org/wiki/Mersenne_Twister>`_ algorithm for its
2051-
pseudorandom number generator (PRNG), which is the default PRNG for numpy. `Philox
2052-
<https://numpy.org/doc/2.1/reference/random/bit_generators/philox.html>`_, which can be substantially more
2053-
memory efficient in some cases, is also supported, and can be used...
2050+
PsyNeuLink uses the `Mersenne Twister <https://en.wikipedia.org/wiki/Mersenne_Twister>`_ algorithm
2051+
for its pseudorandom number generator (PRNG), which is the default PRNG for numpy.
20542052

20552053

20562054
.. _Composition_Global_Random_Seed:

0 commit comments

Comments
 (0)