gh-135244: improve wording of `uuid8` docs about CSPRNG (GH-135433)
(cherry picked from commit
394d7985da50189e123d0908e9a282f6da31ed78)
Co-authored-by: LamentXU <108666168+LamentXU123@users.noreply.github.com>
non-specified arguments are substituted for a pseudo-random integer of
appropriate size.
- By default, *a*, *b* and *c* are generated by a non-cryptographically
+ By default, *a*, *b* and *c* are not generated by a cryptographically
secure pseudo-random number generator (CSPRNG). Use :func:`uuid4` when
a UUID needs to be used in a security-sensitive context.