Expand description
butils
is the library (by Piotr Beling) of tiny utilities shared by software included in BSuccinct, especially its programs for benchmarking.
Structs§
- XorShift32
- Infinitive iterator over random
u32
values generated by XorShift32 algorithm. - XorShift64
- Infinitive iterator over random
u64
values generated by XorShift64 algorithm.
Traits§
- Unit
Prefix - Trait defined to extend the
f64
type with unit conversion methods.