ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Digest-FNV-XS/XS.pm
(Generate patch)

Comparing Digest-FNV-XS/XS.pm (file contents):
Revision 1.2 by root, Thu Oct 29 11:06:39 2015 UTC vs.
Revision 1.3 by root, Wed Jun 28 01:09:04 2017 UTC

82 82
83=item $hash = Digest::FNV::XS::reduce_32 $hash, $range 83=item $hash = Digest::FNV::XS::reduce_32 $hash, $range
84 84
85=item $hash = Digest::FNV::XS::reduce_64 $hash, $range 85=item $hash = Digest::FNV::XS::reduce_64 $hash, $range
86 86
87These two functions can be used to reduce a 32 (64) but FNV hash to 87These two functions can be used to reduce a 32 (64) bit FNV hash to
88an integer in the range 0 .. C<$range>, using the retry method, which 88an integer in the range 0 .. C<$range>, using the retry method, which
89distributes any bias more evenly. 89distributes any bias more evenly.
90 90
91=back 91=back
92 92

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines