diff --git a/lib/pure/random.nim b/lib/pure/random.nim index ac38898c96..e292f95728 100644 --- a/lib/pure/random.nim +++ b/lib/pure/random.nim @@ -608,7 +608,7 @@ when not defined(nimscript): ## * `randomize proc<#randomize,int64>`_ that accepts a seed ## * `initRand proc<#initRand,int64>`_ when defined(JS): - let time = int64(times.epochTime() * 100_000) + let time = int64(times.epochTime() * 1000) randomize(time) else: let now = times.getTime()