zedisdog/chance

There is no license information available for the latest version (v0.0.1) of this package.

Probability draw

Installs: 33

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/zedisdog/chance

v0.0.1 2017-01-24 05:31 UTC

This package is auto-updated.

Last update: 2025-09-17 21:00:50 UTC


README

根据概率抽奖

需要给一个奖品权重数组

install

composer require zedisdog/chance

usage

$chance = new zedisdog/Chance($proArr);
$id = $chance->getRand();