unilab.envs.common.math
Functions
np_sample_uniform(lower, upper, size[, dtype])
|
Sample uniformly from [lower, upper] with output dtype. |
-
unilab.envs.common.math.np_sample_uniform(lower, upper, size, dtype=<class 'numpy.float32'>)[source]
Sample uniformly from [lower, upper] with output dtype.
- Parameters:
-
- Return type:
ndarray