Function rs_pbrt::core::lowdiscrepancy::reverse_bits_64
source · pub fn reverse_bits_64(n: u64) -> u64
Expand description
The bits of a 64-bit value can be reversed by reversing the two 32-bit components individually and then interchanging them.