mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
BUG: Compiler error cannot find script
This commit is contained in:
parent
b8666774e8
commit
8c603aa78d
@ -1,5 +1,5 @@
|
|||||||
import rw from "random-words";
|
import rw from "random-words";
|
||||||
import seedrandom from "seedrandom/lib/alea";
|
import seedrandom from "seedrandom/lib/alea.js";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Uses the `seedrandom` package to replace Math.random() with a seedable PRNG.
|
* Uses the `seedrandom` package to replace Math.random() with a seedable PRNG.
|
||||||
|
Loading…
Reference in New Issue
Block a user