View source on GitHub |
TensorFlow variant of NumPy's random.randint
.
tf.experimental.numpy.random.randint(
low,
high=None,
size=None,
dtype=tf.experimental.numpy.int64
)
See the NumPy documentation for numpy.random.randint
.