static <A> L<A> selectRandomUpTo(L<A> list, int n) { ret selectRandom(list, min(n, l(list))); }
Began life as a copy of #1002448
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1007571 |
Snippet name: | selectRandomUpTo - select up to n random elements from list (in random order, no duplicates) |
Eternal ID of this version: | #1007571/1 |
Text MD5: | ddc425d3f7c7cf2166a3dc0ff4db2f69 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-03-27 12:42:52 |
Source code size: | 99 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 543 / 543 |
Referenced in: | [show references] |