PHP Classes

Classes of Chao Xu

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Chao Xu (1)  >  Mission progress status  >  Reputation  
Picture of Chao Xu
Name: Chao Xu <contact>
Classes: 1
Country: United States United States
Age: ???
All time rank: 2844396 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 698
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Random Lib  
Pick a random items with probability weights
This class can be used to pick a random item from a collection.

It can add to a collection of items that can be values of any type: strings, numbers, objects, etc.. Each item may have a probability weight.

The class can pick one or more random items from the collection. When picking multiple items it may allow repetition of the same item or assure that all the picked items are unique.

It can also pick random items considering their probability weight, so those with greater weight are more likely to be picked.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z