From 2ffc9c633618f734108d8e448a89992d06d3be81 Mon Sep 17 00:00:00 2001 From: jin Date: Wed, 15 Jan 2025 22:37:15 +0300 Subject: [PATCH] $mol_array: idempotent versions of randomized --- array/lottery/sync/sync.ts | 3 +++ array/shuffle/sync/sync.ts | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 array/lottery/sync/sync.ts create mode 100644 array/shuffle/sync/sync.ts diff --git a/array/lottery/sync/sync.ts b/array/lottery/sync/sync.ts new file mode 100644 index 00000000000..e04f7637f1d --- /dev/null +++ b/array/lottery/sync/sync.ts @@ -0,0 +1,3 @@ +namespace $ { + export let $mol_array_lottery_sync = $mol_wire_sync( $mol_array_lottery ) as typeof $mol_array_lottery +} diff --git a/array/shuffle/sync/sync.ts b/array/shuffle/sync/sync.ts new file mode 100644 index 00000000000..f36e8547792 --- /dev/null +++ b/array/shuffle/sync/sync.ts @@ -0,0 +1,3 @@ +namespace $ { + export let $mol_array_shuffle_sync = $mol_wire_sync( $mol_array_shuffle ) as typeof $mol_array_shuffle +}