actually random sample
This commit is contained in:
parent
c93f726dd6
commit
45f63e3075
1 changed files with 2 additions and 0 deletions
|
@ -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] =
|
||||||
|
|
Loading…
Reference in a new issue