We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c2491 commit 1d29928Copy full SHA for 1d29928
src/prng/mod.rs
@@ -53,11 +53,10 @@
53
// 5. proven cryptographic quality (e.g. ChaCha20)
54
// 4. potentially cryptographic, but low margin or lack of theory (e.g. ChaCha8, ISAAC)
55
// 3. good performance on TestU01 and PractRand, good theory
56
-// (e.g. PCG, truncated Xorshift*)
57
// 2. imperfect performance on tests or other limiting properties, or
58
-// insufficient theory, but not terrible (e.g. SFC, Xoshiro, Xoroshiro128+)
+// insufficient theory, but not terrible
59
// 1. clear deficiencies in test results, cycle length, theory, or other
60
-// properties (e.g. Xorshift)
+// properties
61
//
62
// Performance stars [not rendered in documentation]:
63
// Meant to give an indication of relative performance. Roughly follows a log
0 commit comments