mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
s/Three-fry/Threefry/ (#3918)
Per http://www.thesalmons.org/john/random123/
This commit is contained in:
parent
ca8dc20a4b
commit
e8c7d9e281
@ -805,7 +805,7 @@
|
||||
},
|
||||
"source": [
|
||||
"\n",
|
||||
"JAX instead implements an _explicit_ PRNG where entropy production and consumption are handled by explicitly passing and iterating PRNG state. JAX uses a modern [Three-fry counter-based PRNG](https://github.com/google/jax/blob/master/design_notes/prng.md) that's __splittable__. That is, its design allows us to __fork__ the PRNG state into new PRNGs for use with parallel stochastic generation.\n",
|
||||
"JAX instead implements an _explicit_ PRNG where entropy production and consumption are handled by explicitly passing and iterating PRNG state. JAX uses a modern [Threefry counter-based PRNG](https://github.com/google/jax/blob/master/design_notes/prng.md) that's __splittable__. That is, its design allows us to __fork__ the PRNG state into new PRNGs for use with parallel stochastic generation.\n",
|
||||
"\n",
|
||||
"The random state is described by two unsigned-int32s that we call a __key__:"
|
||||
]
|
||||
@ -2804,4 +2804,4 @@
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 1
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user