Fix to URL that was pointing to geocities
Geocities was a free web hosting service that was shut down by yahoo in October 2009. The links has been chnaged to point to the files mirrored at https://web.archive.org Reviewed by: sevan, gabor Approved by: gabor Differential Revision: https://reviews.freebsd.org/D16991
This commit is contained in:
parent
0fc6d63fef
commit
d0799798c6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52227
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@
|
|||
<title>MUST</title>
|
||||
|
||||
<para>Ueli Maurer's <quote>Universal Statistical Test for Random
|
||||
Bit Generators</quote>(<link xlink:href="http://www.geocities.com/SiliconValley/Code/4704/universal.pdf">
|
||||
Bit Generators</quote>(<link xlink:href="https://web.archive.org/web/20011115002319/http://www.geocities.com/SiliconValley/Code/4704/universal.pdf">
|
||||
<acronym>MUST</acronym></link>) quickly measures the entropy
|
||||
of a sample. It uses a compression-like algorithm. <link linkend="code">The code is given below</link> for a variant
|
||||
which measures successive (~quarter megabyte) chunks of a
|
||||
|
@ -199,7 +199,7 @@ Expected value for L=8 is 7.1836656
|
|||
<title>Maurer's Universal Statistical Test (for block size=8
|
||||
bits)</title>
|
||||
|
||||
<para>You can find the same code at <link xlink:href="http://www.geocities.com/SiliconValley/Code/4704/uliscanc.txt">
|
||||
<para>You can find the same code at <link xlink:href="https://web.archive.org/web/20031204230654/http://www.geocities.com:80/SiliconValley/Code/4704/uliscanc.txt">
|
||||
this link</link>.</para>
|
||||
|
||||
<programlisting>/*
|
||||
|
|
Loading…
Reference in a new issue