Uniformly sample discrete random integers x such that 0 <= x <= sys.maxint.
size : tuple of ints, int, optional
Shape of output. If the given size is, for example, (m,n,k), m*n*k samples are generated. If no shape is specified, a single sample is returned.
out : ndarray
Drawn samples, with shape size.
See also
numpy.random.mtrand.RandomState.standard_t
numpy.random.mtrand.RandomState.triangular
Enter search terms or a module, class or function name.