Method: Cosmos::Crc#seed

Defined in:
lib/cosmos/utilities/crc.rb

#seedInteger (readonly)

Returns Seed value used to start the calulation.

Returns:

  • (Integer)

    Seed value used to start the calulation



48
49
50
# File 'lib/cosmos/utilities/crc.rb', line 48

def seed
  @seed
end