Home
Press ? for keyboard navigation
❮
Converting float to integer (trunc)
Throw a dice (random integers 1-6)
❯
random
Math.random
examples/js/random.js
"use strict"
;
var
v
=
Math
.
random
();
console
.
log
(
v
);
// 0.7282267780974507
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)