Biasing Actions

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

Biasing Actions

Post by GeXus »

Would anyone know of a tutorial or have any insight as to how to bias certain items. Here is an example.

I have 5 links, and I want to display these links a certain % of the time.. So in an admin, I would set one to 30%, another to 5%, another to 50%, etc. until I reach 100. These would then be displayed the set % of time.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

You mean like weighted random values?
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

Post by GeXus »

Yeah, exactly.
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

Post by GeXus »

Actually, calling it that i've found some examples.. thanks.. however I am still open to any ideas or suggestions.
Post Reply