alimehasin/dunna

Add .pick() to basic module

alimehasin opened this issue · 0 comments

Add dunna.pick() to the basic module

Parameters

  1. count represents the number of element desired
  2. array represents the array that have all elements to choose from

Output

This function should returns the an array of length count elements inside the array are chosen from the original array