From a3be359160f0bb5a0106be4bd7211be63fa8b18f Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 27 Feb 2021 20:04:39 +0800 Subject: [PATCH] add shuffle --- src/experimental/note.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/experimental/note.md b/src/experimental/note.md index d42f8b64..1568bd9d 100644 --- a/src/experimental/note.md +++ b/src/experimental/note.md @@ -22,8 +22,8 @@ New modules/functions - `util/spherical_coordinate` - `util/every` - `util/some` -- `util/swap`? -- `util/shuffle`? +- `util/swap` +- `util/shuffle` - delete `m_cumulate` - delete `trianglate`, use `tri_ear_clipping`?