Skip to content

Commit 1d29928

Browse files
committed
Review suggestions: remove examples from PRNG rating system
1 parent 26c2491 commit 1d29928

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/prng/mod.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,10 @@
5353
// 5. proven cryptographic quality (e.g. ChaCha20)
5454
// 4. potentially cryptographic, but low margin or lack of theory (e.g. ChaCha8, ISAAC)
5555
// 3. good performance on TestU01 and PractRand, good theory
56-
// (e.g. PCG, truncated Xorshift*)
5756
// 2. imperfect performance on tests or other limiting properties, or
58-
// insufficient theory, but not terrible (e.g. SFC, Xoshiro, Xoroshiro128+)
57+
// insufficient theory, but not terrible
5958
// 1. clear deficiencies in test results, cycle length, theory, or other
60-
// properties (e.g. Xorshift)
59+
// properties
6160
//
6261
// Performance stars [not rendered in documentation]:
6362
// Meant to give an indication of relative performance. Roughly follows a log

0 commit comments

Comments
 (0)