tlynx-0.6.1.1: Handle phylogenetic trees
Copyright(c) 2021 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 :: PrimMonad m => [a] -> Int -> Int -> Gen (PrimState m) -> 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.