Results 1 to 10 of 32
Threaded View
-
2nd Jul 2010, 06:13 PM #1OPRespected DeveloperWebsite's:
wrzc.org[PHP] Random Number Problem
Basically I want to generate a Random number but increase the chances of lower numbers appearing more.
if I just use mt_rand(1, 1000) the chances of getting the number 1 is the same as 468 which is the same as 1000.
I want to increase the chances of lower numbers appearing.
This poor way shows what I mean
PHP Code:if (mt_rand(1, 2) == 1) // 50-50 chance
{
mt_rand(1, 10);
}
else if (mt_rand(1, 2) == 1)
{
mt_rand(10, 100);
}
else
{
mt_rand(100, 1000);
}
It's still pretty crap though as the chance of getting 124 is the same as 975 (not to mention it's generating upto 5 times to get one result).
I want a gradual increase in chance. I don't even know the mathematical term. Searching "php random sliding scale" gives random image scripts and "php random heavy slide" gives articles on the difference between rand() and mt_rand()
Can anyone help with an fast efficient function or even tell me the mathematical term for what I want to make searching easier?Mr Happy Reviewed by Mr Happy on . [PHP] Random Number Problem Basically I want to generate a Random number but increase the chances of lower numbers appearing more. if I just use mt_rand(1, 1000) the chances of getting the number 1 is the same as 468 which is the same as 1000. I want to increase the chances of lower numbers appearing. This poor way shows what I mean if (mt_rand(1, 2) == 1) // 50-50 chance { Rating: 5Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic
Huge list of Warez Sites and free Multiposter Templates
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Problem with number of posts at homepage
By bdr111446 in forum WordpressReplies: 0Last Post: 21st May 2012, 03:10 PM -
Problem on DLE 9.3 Error Number: 1267
By Devils in forum Technical Help Desk SupportReplies: 6Last Post: 26th Sep 2011, 04:17 PM -
From random to more random
By dannym23 in forum General DiscussionReplies: 4Last Post: 13th Aug 2011, 07:35 PM -
DLE random log out problem
By seraphim in forum Webmaster DiscussionReplies: 0Last Post: 12th May 2011, 01:36 PM -
How to get those random ads?
By DXS in forum Webmasters, Money MakingReplies: 3Last Post: 8th Mar 2009, 08:13 AM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...