mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00

Implements simulation mode in the core library, supporting API features, and plugin support in most plugins.
219 B
219 B
jspsych |
---|
minor |
Added randomInt(lower, upper)
, sampleBernoulli(p)
, sampleNormal(mean, std)
, sampleExponential(rate)
, and sampleExGaussian(mean, std, rate, positive=false)
to jsPsych.randomization
.