Skip to main content

fnv1a_f64_slice

Function fnv1a_f64_slice 

Source
pub fn fnv1a_f64_slice(values: &[f64]) -> u64
Expand description

Compute FNV-1a hash over a slice of f64 values.

This is the standard 64-bit FNV-1a hash applied byte-by-byte over the little-endian bit pattern of each float.