Skip to content

public Tools\Randomizers\ArrayRandomizer::setCandidates

Read it at the source

Description

php
public Tools\Randomizers\ArrayRandomizer->setCandidates ( array $candidates ): void

Change the candidates running for this randomizer.

Parameter

candidates: array

The array of candidates to shuffle.

Released under the MIT License.