dashboard
repositories
filestore
activity
search
login
main
/
pyhmap
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
飞行测试
liuyg
2021-07-02
6d4779a48a752c164e2fe7559dac6caed00f416f
[pyhmap.git]
/
corelib
/
dojox
/
math
/
random
/
Simple.js
1
2
//>>built
define(["dojo"],function(a){return a.declare("dojox.math.random.Simple",null,{destroy:function(){},nextBytes:function(c){for(var b=0,a=c.length;b<a;++b)c[b]=Math.floor(256*Math.random())}})});