What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Random Number Generator

[Request] Random Number Generator
Author: Message:
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: [Request] Random Number Generator
quote:
Originally posted by Jesus
I didn't expect you to be this sloppy cookie, in your average posts you wouldn't use -1+1...
getting sleepy?? (Smilie)
I guess that is to make it easier to understand :)

quote:
Originally posted by Jesus
I'd use Math.floor(Math.random() * 101); tbh(Smilie)
Then you still can get 0...

shouldn't it be:
Math.floor(Math.random() * 99 + 1);?
12-02-2006 01:25 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Random Number Generator - by Slacker on 12-01-2006 at 04:47 PM
RE: [Request] Random Number Generator - by CookieRevised on 12-01-2006 at 07:44 PM
RE: RE: [Request] Random Number Generator - by Jesus on 12-02-2006 at 01:17 AM
RE: [Request] Random Number Generator - by foaly on 12-02-2006 at 01:25 AM
RE: [Request] Random Number Generator - by CookieRevised on 12-02-2006 at 01:28 AM
RE: RE: [Request] Random Number Generator - by Jesus on 12-03-2006 at 02:21 AM
RE: [Request] Random Number Generator - by CookieRevised on 12-03-2006 at 05:44 AM
RE: RE: [Request] Random Number Generator - by Jesus on 12-03-2006 at 10:37 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On