diff --git a/core/random.js b/core/random.js index 1c5d704c..6def0d3e 100644 --- a/core/random.js +++ b/core/random.js @@ -100,13 +100,22 @@ sjcl.random = { break; case "object": - if (Object.prototype.toString.call(data) !== "[object Array]") { - err = 1; - } - for (i=0; i