orx
Toggle table of contents
0.5.0-dev.28+293aff4
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-noise
/
org.openrndr.extra.noise
/
minMax
min
Max
fun
(
Int
,
Double
)
->
Double
.
minMax
(
sampleCount
:
Int
=
1000
,
percentile
:
Double
,
random
:
Random
=
Random(0)
)
:
Pair
<
Double
,
Double
>
(
source
)
fun
(
Int
,
Double
,
Double
)
->
Double
.
minMax
(
sampleCount
:
Int
=
1000
,
percentile
:
Double
,
random
:
Random
=
Random(0)
)
:
Pair
<
Double
,
Double
>
(
source
)
fun
(
Int
,
Double
,
Double
,
Double
)
->
Double
.
minMax
(
sampleCount
:
Int
=
1000
,
percentile
:
Double
=
1.0
,
random
:
Random
=
Random(0)
)
:
Pair
<
Double
,
Double
>
(
source
)