Returns one or more uniformly-distributed random integers between min and max, inclusive of both bounds.
Both bounds are inclusive. count defaults to 1 (max 1000). Values use a cryptographically-strong generator. Output is intentionally non-deterministic.
Upper bound (inclusive).
Lower bound (inclusive).
How many integers to generate. Defaults to 1.