Sha256: ed20a53d7ab67f53682c14b1af68dbcc38add61a8b846a2ea68d60774375b631

Contents?: true

Size: 283 Bytes

Versions: 6

Compression:

Stored size: 283 Bytes

Contents

module D3
  class << self
    # These return functions in d3,
    # which doesn't feel very Ruby, so we call the functions
    aliases_d3 %i[
      randomUniform
      randomNormal
      randomLogNormal
      randomBates
      randomIrwinHall
      randomExponential
    ]
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hyper-d3-1.0.0.lap28 lib/d3/random.rb
hyper-d3-1.0.0.lap27 lib/d3/random.rb
hyper-d3-1.0.0.lap26 lib/d3/random.rb
hyper-d3-1.0.0.lap25 lib/d3/random.rb
hyper-d3-1.0.0.lap24 lib/d3/random.rb
hyper-d3-1.0.0.lap23 lib/d3/random.rb