P25

ninetynine.P25
object P25

P25 - generate a random permutation of the elements of a list.

Attributes

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

Members list

Value members

Concrete methods

def randomPermute[A](l: List[A]): List[A]

Attributes

Returns

a random shuffle of list l

Concrete fields

val logger: Logger