This website requires JavaScript.
Explore
Help
Sign In
chenzenghui
/
cvat
Watch
1
Star
0
Fork
You've already forked cvat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a49df605c5
cvat
/
tests
/
perf
/
scripts
/
utils
/
random.js
4 lines
65 B
JavaScript
Raw
Blame
History
export
function
randomBool
(
)
{
return
Math
.
random
(
)
>
0.5
;
}
Reference in New Issue
View Git Blame
Copy Permalink