This works now:
double x = ScottPlot.Generate.RandomNumber();
and it would be nice if this worked:
double x = ScottPlot.Generate.RandomNormalNumber();
(with similar overloads)
Note that there is already ScottPlot.Generate.RandomNormal() which returns double[]