Home
last modified time | relevance | path

Searched defs:rollWithoutRepeats (Results 1 – 2 of 2) sorted by relevance

/plugin/randomtables/table-roller/src/Table/
H A DTableInterface.php8 public function rollWithoutRepeats(int $times = 1) : array; function
H A DBaseTable.php48 public function rollWithoutRepeats(int $times = 1) : array { function in TableRoller\\Table\\BaseTable