catalight.equipment.light_sources.nkt_verify_calibration.get_random_with_precision
- catalight.equipment.light_sources.nkt_verify_calibration.get_random_with_precision(min_val, max_val, precision)
Get a random value between min/max with “precision” points after decimal.
Uses numpy.random.uniform() then round()