jax-js
System
Light
Dark
Search…
Preparing search index...
@jax-js/jax
random
uniform
Function uniform
uniform
(
...
args
:
[
key
:
ArrayLike
,
shape
:
number
[]
,
{
maxval
?:
number
;
minval
?:
number
}
?
,
]
,
)
:
Array
Sample uniform random values in [minval, maxval) with given shape.
Parameters
...
args
:
[
key
:
ArrayLike
,
shape
:
number
[]
,
{
maxval
?:
number
;
minval
?:
number
}
?
]
Returns
Array
Properties
dispose
dispose
:
()
=>
void
Properties
dispose
jax-js
Loading...
Sample uniform random values in [minval, maxval) with given shape.