verse.analysis.dryvr_disc.randomPoint

verse.analysis.dryvr_disc.randomPoint(lower, upper, seed=None)

Pick a random point between lower and upper bound This function supports both int or list

Args:

lower (list or int or float): lower bound. upper (list or int or float): upper bound.

Returns:

random point (either float or list of float)