Generator methods for creating single-column Spark dataframes comprised of i.i.d. samples from some distribution.
A Spark connection.
Sample Size (default: 1000).
Number of partitions in the resulting Spark dataframe (default: default parallelism of the Spark cluster).
Random seed (default: a random long integer).
Name of the output column containing sample values (default: "x").