Sha256: 504c0d60f92e9f68a20b50829ac5b7d27d7bed4b549442aca0b94951cf2bd2f0

Contents?: true

Size: 169 Bytes

Versions: 8

Compression:

Stored size: 169 Bytes

Contents

module Torch
  module Random
    class << self
      # not available through LibTorch
      def initial_seed
        raise NotImplementedYet
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
torch-rb-0.2.2 lib/torch/random.rb
torch-rb-0.2.1 lib/torch/random.rb
torch-rb-0.2.0 lib/torch/random.rb
torch-rb-0.1.8 lib/torch/random.rb
torch-rb-0.1.7 lib/torch/random.rb
torch-rb-0.1.6 lib/torch/random.rb
torch-rb-0.1.5 lib/torch/random.rb
torch-rb-0.1.4 lib/torch/random.rb