Sign in
apache
/
casbin-jcasbin-aviatorscript
/
refs/heads/stable
/
.
/
src
/
test
/
resources
/
scripts
/
while6.av
blob: 7bba0515f8218831c6857dd96f831f4886490045 [
file
] [
log
] [
blame
]
fn rand_int
(
n
)
{
long
(
rand
()
*
n
)
}
let
a
=
0
;
while
(
a
=
rand_int
(
10
))
<
5
{
continue
;
}
return
a
;