Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
AndrewB

Wildman Addeth

Recommended Posts

Who needs dices that have 'NaN' ("Not a Number" I assume) on every side? Perhaps Mr. Clark should test his stuff before he releases it. To me the only dice that works is the D100, but there the probability of getting certain numbers is higher than for getting certain other numbers. (I know, I am very concrete.)
Could have to do with the fact that the function "dice(low,high)" is crap. ("Math.round doesn't belong there, neither does the "if"-stuff).

Possible solution without another function (not sure if it works):

result = 1 + Math.floor( Math.random() * sides )

Share this post


Link to post

You know it makes me wonder why I even bother with doing this "crap" stuff. As a matter of fact Prohet, I did test it and it works fine on my browser. It does say Requires Internet Explorer. If you are using something else, sorry. If you can do better, have it. Try something constructive for a change.

Share this post


Link to post

The function is really wrong. Using Math.round gives the lowest value of the intervall (1 in this case) only half the probability to appear than the other numbers, while the probability to get the highest value is much higher.

I do think, this was a constructive comment.

Share this post


Link to post
Guest Fanatic

You wrote: "Perhaps Mr. Clark should test his stuff before he releases it".

How is that constructive? That's rude and insulting.

You obviously don't know Rick's work, or else you'd know he puts out quality stuff.

Something like what you're reporting should have been sent to Rick to work on a solition together, not here in the comments section to make him look like a moron.

Share this post


Link to post

Let me apologise as well for being quite short in my reply. I am sure I could have responded better. No harm done.

OK, group hug... :)

Share this post


Link to post
Guest
This topic is now closed to further replies.
Sign in to follow this  
×