Sha256: 15575a4c651d5be1b44a726a25163b6946837cef1b728e31ae7c00043b63e243
Contents?: true
Size: 302 Bytes
Versions: 3
Compression:
Stored size: 302 Bytes
Contents
module Hanny module Utils def self.euclidean_distance: (Numo::DFloat x, ?Numo::DFloat? y) -> Numo::DFloat def self.rand_uniform: (Array[Integer] shape, Random rng) -> Numo::DFloat def self.rand_normal: (Array[Integer] shape, Random rng, ?Float mu, ?Float sigma) -> Numo::DFloat end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hanny-0.2.2 | sig/hanny/utils.rbs |
hanny-0.2.1 | sig/hanny/utils.rbs |
hanny-0.2.0 | sig/hanny/utils.rbs |