pub fn time_from_now_secs(range: Range<u64>) -> SystemTimeExpand description
Adds a random whole-second offset to the current SystemTime.
The offset is sampled from the supplied half-open range. The function panics
if the range is invalid or the addition exceeds SystemTime.