qfeval_functions.functions.randint

randint(low, high, size, *, dtype=None, device=None)[source]

Returns a tensor filled with random integers generated uniformly between low (inclusive) and high (exclusive).

Return type:

Tensor