Math.round(3.14159);
3
Math.floor(Math.random() * 400);
261