We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0382e commit 6ada248Copy full SHA for 6ada248
jax/random.py
@@ -116,8 +116,9 @@
116
identical across JAX/XLA versions ✅ ✅
117
================================= ======== ========= === ========== ===== ============
118
119
-(*): with jax_threefry_partitionable=1 set
120
-(**): with XLA_FLAGS=--xla_tpu_spmd_rng_bit_generator_unsafe=1 set
+(*): with ``jax_threefry_partitionable=1`` set
+
121
+(**): with ``XLA_FLAGS=--xla_tpu_spmd_rng_bit_generator_unsafe=1`` set
122
123
The difference between "rbg" and "unsafe_rbg" is that while "rbg" uses a less
124
robust/studied hash function for random value generation (but not for
0 commit comments