Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ uniform
Function
uniform
hyperopt/pyll/stochastic.py:35–36 ·
view source on GitHub ↗
(low, high, rng=None, size=())
Source
from the content-addressed store, hash-verified
33
@implicit_stochastic
34
@scope.define
35
def
uniform(low, high, rng=None, size=()):
36
return
rng.uniform(low, high, size=size)
37
38
39
@implicit_stochastic
Callers
2
test_recursive_set_rng_kwarg
Function · 0.85
test_lnorm
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_recursive_set_rng_kwarg
Function · 0.68
test_lnorm
Function · 0.68