public override Volume <float> Random(Shape shape, double mu = 0, double std = 1.0)
 {
     return(new Volume(new NcwhVolumeStorage <float>(RandomUtilities.RandomSingleArray(shape.TotalLength, mu, std), shape)));
 }