• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Random function on basic spells

Status
Not open for further replies.
Level 2
Joined
Oct 4, 2008
Messages
19
I want to simulate fight between heros in php. Some heros might have critical, bash, and other spells that have % to activate. So, I thought to make that like this:

if spell has 27% to activate i will put 27 numbers 1 (or any unique thing) on random indexes of array which have 100 members. All others members are any other numbers but not 1. Then i will get 1 random number between 1 - 100 and if on that index on array is nubmer 1 spell is activated. If not, do nothing.
This should work fine, but im interested how much php random function differs from w3 engine random function? Will it be simulated right?
 
Status
Not open for further replies.
Top