Skip to content

Commit e3c21d3

Browse files
authored
Add URLs for random engine specifications to global.ent
see php/doc-en#1922 Closes GH-76.
1 parent b6fed9e commit e3c21d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entities/global.ent

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,9 @@
383383
<!ENTITY url.tcadb "http://fallabs.com/tokyocabinet/">
384384
<!ENTITY url.qmail "http://cr.yp.to/qmail.html">
385385
<!ENTITY url.quickzip "http://www.quickzip.org/">
386+
<!ENTITY url.random.mersenne-twister "http://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/ARTICLES/mt.pdf">
387+
<!ENTITY url.random.pcg "https://www.pcg-random.org/">
388+
<!ENTITY url.random.xoshiro "https://prng.di.unimi.it/">
386389
<!ENTITY url.rar "http://www.rarlabs.com/">
387390
<!ENTITY url.readline "http://cnswww.cns.cwru.edu/~chet/readline/rltop.html">
388391
<!ENTITY url.readline.windows "http://mingweditline.sourceforge.net/">

0 commit comments

Comments
 (0)