mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Correction a typo of the period of the PRNG. (#3578)
This commit is contained in:
parent
5116fd47aa
commit
42cbe49ce6
@ -665,7 +665,7 @@
|
||||
"id": "ORMVVGZJgSVi"
|
||||
},
|
||||
"source": [
|
||||
"Underneath the hood, numpy uses the [Mersenne Twister](https://en.wikipedia.org/wiki/Mersenne_Twister) PRNG to power its pseudorandom functions. The PRNG has a period of $2^{19937-1}$ and at any point can be described by __624 32bit unsigned ints__ and a __position__ indicating how much of this \"entropy\" has been used up."
|
||||
"Underneath the hood, numpy uses the [Mersenne Twister](https://en.wikipedia.org/wiki/Mersenne_Twister) PRNG to power its pseudorandom functions. The PRNG has a period of $2^{19937}-1$ and at any point can be described by __624 32bit unsigned ints__ and a __position__ indicating how much of this \"entropy\" has been used up."
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -2628,4 +2628,4 @@
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 0
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user