//! Miscellaneous utilities.
use ;
use Stream;
/// Boxes a stream, since `.boxed()` is apparently deprecated. (It makes sense to deprecate the
/// futures version, since `Either` exists, but since there's no Stream `Either`...) This is mainly
/// a way to give a hint to type inference that we want a trait object.
/// Generates a new number.