(view source code of random.js as plain text)
// Generate and display a random number between (and including) 1 and 100
WScript.Echo( Math.floor( 100 * Math.random( ) + 1 ) );
page last modified: 2024-04-16; loaded in 0.0233 seconds