From 4fa7be30ac661911078c51d777fc23879bf8da7b Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sat, 19 Feb 2022 17:36:10 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 404603b..266ce13 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ npm install micro-fp-tools - **range**: Returns an list with a sequence. - **uniqValuesArray**: Creates a duplicate-free version of an array. +- **randomUniqList**: Returns a list of non-repeating random numbers. - **deleteArrayElementByIndex**: Returns a copy of the list by removing one position by index. - **arraySwapIndex**: Returns a copy of the list by swapping 2 indices. - **arrayMoveIndex**: Returns a copy of the list where an index has been moved to another position.