about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGenevieve Alfirevic <gen@nyble.dev>2025-02-08 05:05:15 -0600
committerGenevieve Alfirevic <gen@nyble.dev>2025-02-08 05:05:15 -0600
commitbacea5a71b755cdb6791e249f4d10bfc38331f20 (patch)
tree0ae1556504961f8566b19978acde7ae7c86c52de
parent96498e9b7d63aaa82bb2dc9a7c95bf0464d89500 (diff)
downloadmermaid-bacea5a71b755cdb6791e249f4d10bfc38331f20.tar.gz
mermaid-bacea5a71b755cdb6791e249f4d10bfc38331f20.zip
Does it like me yet
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9839e90..3cbf9d9 100644
--- a/README.md
+++ b/README.md
@@ -15,12 +15,12 @@ into a bad state that can take a long time to recover (citation needed).
 This S.O. answer about seeding Mersenne mentions there are other PRNGs
 that are easier to implement. https://stackoverflow.com/a/8473025
 
-Checked against the (original?) Mersenne Twister website.
-- <https://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/emt.html>
+Checked against the (original?) Mersenne Twister website.  
+	<https://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/emt.html>  
 It has the latest version of the algorithm up at  
-- <https://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/MT2002/emt19937ar.html>
-which has output that we can test against here
-- <https://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/MT2002/CODES/mt19937ar.out>
+	<https://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/MT2002/emt19937ar.html>  
+which has output that we can test against here  
+	<https://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/MT2002/CODES/mt19937ar.out>  
 and it all matches! both the u32 generator and the double "real" (f64)
 generator.