max_rand_distribution_parameter
Maximum value for distribution shape parameters in random distribution functions such asrandChiSquared, randStudentT, and randFisherF. This prevents extremely long computation times with extreme parameter values.
max_rand_distribution_trials
Maximum number of trials allowed for random distribution functions such asrandBinomial and randNegativeBinomial. This prevents extremely long computation times with large trial counts.