- Reference >
- Legacy
mongo
Shell > - Native Methods in the Legacy Shell >
- _rand()
_rand()¶
Note
The native method listed here is for the legacy mongo
shell.
To use native methods in mongosh
, see
Native Methods in mongosh.
-
_rand
()¶ Returns: A random number between 0
and1
.This function provides functionality similar to the
Math.rand()
function from the standard library.