Added fastrand assessment.  Thanks, random inquiry!
1 files changed, 4 insertions(+), 1 deletions(-)

M README.md
M README.md +4 -1
@@ 50,7 50,10 @@ tracker](https://todo.sr.ht/~icefox/oora
    passes [Dr. Lemire's tests](https://github.com/lemire/testingRNG).
    So for now I personally consider WyRand to be in the "trust but
    verify" level of quality.  It's probably fine.
- * `fastrand` -- TODO
+ * `fastrand` -- Looks fine, uses the same algorithm as `oorandom`.
+   Made by the same people as the `smol` async runtime, which may be
+   good or bad for you.  Does slightly more than `oorandom` does, which
+   may be good or bad for you.  Use it if you like it.
 
 # This is not...