[][src]Function pbrt::core::lowdiscrepancy::reverse_bits_64

pub fn reverse_bits_64(n: u64) -> u64

The bits of a 64-bit value can be reversed by reversing the two 32-bit components individually and then interchanging them.