What is True random distribution?


Ad blocker detected!
Support us and whitelist the site with an ad-blocking plugin. Integrations help us to constantly develop the project
True random distribution
True Random Distribution (TRD) is a type of probability where each trigger is calculated independently of previous attempts. This approach doesn't use pseudo-random logic and is entirely based on pure chance. TRD in Dota 2 can be divided into two subtypes: flat distribution and discrete distribution.
Flat distribution:
Some mechanics roll a random value between 0 and 1 and scale it along the minimum / maximum gradient. For example:
- Chaos Knight — Chaos Bolt: min/max stun duration and min/max damage. Damage and stun duration are correlated inversely.
- Phantom Lancer — Doppelganger: random positions within the target area. Calculation might be in polar coordinates with 0-360° angle and 0-325 distance units as min/max gradients.
- Crystal Maiden — Freezing Field: min/max explosion distance: 195-785. Angle within the four 90° sectors may be random.
- Last hit gold bounty, if a minimum and maximum range is given.
- Roshan's respawn timer.
- Attack damage of units, if they have a minimum and maximum attack damage range (the game interface shows the average attack value; to see the hero's attack range, hover over their icon).
Discrete distribution:
A couple of random events have discrete states that have similar probability:
- Powerup Runes with a discrete clamping over the 6 types and 2 locations.
- Neutral camps can spawn different creeps for each of the small, medium, hard and ancient camps.
- Chaos Knight — Phantasm, Naga Siren — Mirror Image, Manta Style: the position of the caster and the illusions within the formation is random.
Can also be useful
Nerf
A nerf is a reduction in the effectiveness of a hero, item, ability, or mechanic made by the game developers in patches. The purpose of a nerf is to balance the game, especially if...
Swap
The meaning of the word swap in Dota 2 varies depending on the context: Swapping heroes — players can swap their picked heroes during the draft phase. Swapping lanes — players can ...
DPS
DPS (Damage Per Second) is a measure of the damage a hero deals per second. In Dota 2, DPS usually refers to consistent physical damage dealt by heroes through basic attacks and ab...
Plitka (Plita)
"Plitka" or "Plita" is a slang term for the item Platemail in Dota 2. It is called this because of its similar pronunciation. The expression is mostly used within the CIS community...





