Ardor

Uniform Distribution

A Uniform Distribution assigns equal probability to all outcomes within a specified range. In ML, it is sometimes used for random initialization or random search over hyperparameters. However, real-world data rarely follows a perfect uniform distribution.

Still doing it by hand? Describe it once and let it run.