Randomise Function for generating random number from 1 to 100

//randomise data 1 - 100 function randomiseData() { return Math.floor(Math.random() * 100) + 1; }
Randomise Function generating number 1 - 100

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.