Predict randomness

Report a typo

Match the code snippets and the numbers that can be generated as a result.

Match the items from left and right columns
Math.random();
(Math.random() * 10) + 5;
Math.floor(Math.random() * 30);
Math.floor(Math.random() * 100) + 10;
6.451487678529537
0.3091216188865904
23
42
___

Create a free account to access the full topic