Skip to content

hash.fnv1a( text )

Description

Computes the FNV1a hash of a given string.

Arguments

Argument Type Description
text string text to hash

Example

name_hash = hash.fnv1a( 'abc' )
utility.println( 'hash: ' .. name_hash )

Returns

number - fnv1a hash value