tlynx-0.7.0.1: Handle phylogenetic trees
Copyright2021 Dominik Schrempf
LicenseGPL-3.0-or-later
Maintainerdominik.schrempf@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

TLynx.Grabble

Description

Creation date: Mon Sep 6 09:39:16 2021.

Synopsis

Documentation

grabble :: StatefulGen g m => [a] -> Int -> Int -> g -> m [[a]] Source #

grabble xs m n is O(m*n'), where n' = min n (length xs). Choose n' elements from xs, without replacement, and that m times.