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:
Jesus
Scripting Contest Winner
****

Avatar
Koffie, my cat ;)

Posts: 623
Reputation: 15
37 / Male / Flag
Joined: Jul 2005
RE: RE: [Request] Random Number Generator
quote:
Originally posted by CookieRevised
Felu was the first one to post a reply to this thread and which I also quoted in my post. His post was only deleted long after you replied to my post... So you could have seen that.

The "Math.floor((upperbound - lowerbound + 1)..." is also in my original post, clearly visible... You could have seen that too.

You first replied in this thread 6 hours after my last edit of my original reply, so don't say you missed something because it wasn't there or because I edited in afterwards

:p

lol you're right, it's in the quote part :P
I guess it's just that I would have repeated it just before working it out to make clear why there is a pointless addition and subtraction in one line of code. Just like you did in the other post:
quote:
Originally posted by CookieRevised
[b]it should be
   Math.floor((upperbound - lowerbound + 1) * Math.random() + lowerbound);
thus
   Math.floor((100 - 1 + 1) * Math.random() + 1);
thus
   Math.floor(Math.random() * 100 + 1);

I just noticed it looked weird and didn't immediately see why you used it, that's all ;)
12-03-2006 10:37 AM
Profile 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