pub use *;
pub use ConstantBackoff;
pub use ConstantBuilder;
pub use FibonacciBackoff;
pub use FibonacciBuilder;
pub use ExponentialBackoff;
pub use ExponentialBuilder;
// Random seed value for no_std (the value is "backon" in hex)
const RANDOM_SEED: u64 = 0x6261636b6f6e;