P23

ninetynine.P23
object P23

P23 - extract a given number of randomly selected elements from a list.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
P23.type

Members list

Value members

Concrete methods

def randomSelect[A](n: Int, l: List[A]): List[A]

Attributes

Returns

n randomly selected elements from l

Concrete fields

val logger: Logger