actually random sample

This commit is contained in:
Daylin Morgan 2024-10-21 00:28:25 -05:00
parent c93f726dd6
commit 45f63e3075
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -1,6 +1,8 @@
import std/[os, osproc, strformat, strutils, random] import std/[os, osproc, strformat, strutils, random]
import ./lib import ./lib
randomize()
const oneMinute = 1000 * 60 const oneMinute = 1000 * 60
proc loadGallery(): seq[string] = proc loadGallery(): seq[string] =