Preparing search index...
The search index is not available
@douglasneuroinformatics/libjs
@douglasneuroinformatics/libjs
randomInt
Function randomInt
randomInt
(
min
:
number
,
max
:
number
,
)
:
Result
<
number
,
BaseException
<
{
name
:
"ValueException"
}
,
ExceptionOptions
>
,
>
Returns a random integer between
min
(inclusive) and
max
(not inclusive)
Parameters
min
:
number
max
:
number
Returns
Result
<
number
,
BaseException
<
{
name
:
"ValueException"
}
,
ExceptionOptions
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@douglasneuroinformatics/libjs
Loading...
Returns a random integer between
min
(inclusive) andmax
(not inclusive)