Sha256: 8518763cbc602ce9ae117a69382ae357bc5beded97f6242bca85cf49466e3eb4
Contents?: true
Size: 246 Bytes
Versions: 9
Compression:
Stored size: 246 Bytes
Contents
//>>built define("dojox/math/random/Simple",["dojo"],function(_1){ return _1.declare("dojox.math.random.Simple",null,{destroy:function(){ },nextBytes:function(_2){ for(var i=0,l=_2.length;i<l;++i){ _2[i]=Math.floor(256*Math.random()); } }}); });
Version data entries
9 entries across 9 versions & 2 rubygems