Function fastrand::i128[][src]

pub fn i128(range: impl RangeBounds<i128>) -> i128

Generates a random i128 in the given range.

Panics if the range is empty.