Type random
Namespace numpy
Public static methods
void seed(uint seed)
Set the random generator seed
void shuffle(I_ArrayLike array)
Modify a sequence in-place by shuffling its contents.
This function only shuffles the array along the first axis of a multi-dimensional array. The order of sub-arrays is changed but their contents remains the same.
double uniform(double low, double high)
Draw samples from a uniform distribution.