Crate butils

source ·
Expand description

butils is the library (by Piotr Beling) of tiny utilities shared by software included in BSuccinct, especially its programs for benchmarking.

Structs§

  • Infinitive iterator over random u32 values generated by XorShift32 algorithm.
  • Infinitive iterator over random u64 values generated by XorShift64 algorithm.

Traits§

  • Trait defined to extend the f64 type with unit conversion methods.