Skip to content

Commit

Permalink
alias 'random' to 'f48'
Browse files Browse the repository at this point in the history
  • Loading branch information
strainer committed Aug 4, 2021
1 parent 1fed98b commit ea3d933
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Fdrandom.js
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,8 @@ var newFdrandom = function(){ //factory
,getstate: getstate ,setstate: setstate
,checkfloat: checkfloat

,next: f48 ,f48: f48 ,dbl: dbl
,f24: f24 ,fxs: dbl
,random:f48 ,f48: f48 ,next:f48
,f24: f24 ,fxs: dbl ,dbl: dbl
,i32: i32 ,ui32: ui32

,rbit: rbit ,rpole: rpole
Expand Down Expand Up @@ -646,7 +646,7 @@ var newFdrandom = function(){ //factory
,aindex: aindex ,aresult: aresult ,antisort: antisort

,bulk:bulk ,within:within ,dev2:dev2
,version: function(){ return "v3.2.0" }
,version: function(){ return "v3.3.0" }
}
}(arguments))}

Expand Down
Loading

0 comments on commit ea3d933

Please sign in to comment.