Recently been discovering the numpy
package in Python. Is anyone familar with random dataset generation? For floats I use
FOOBAR = (np.random.normal(mean_desired,stdev,N-size_target of_population), dim_of_array)
It works pretty well but not sure how to setup a random string generator for lets say a a set of strings like these: "GK", "A", "M", D" and populate the dataset with these randomly.