Random number

PHOTO EMBED

Fri Apr 21 2023 08:52:38 GMT+0000 (Coordinated Universal Time)

Saved by @Bartcw89 #javascript

function rand() {
    return Math.floor(Math.random() * 1_000_000);
}
content_copyCOPY