fmix

WebJar for fmix

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

fmix
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

fmix
WebJar for fmix
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/linusu/fmix

Download fmix

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/fmix/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>fmix</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/fmix/
implementation 'org.webjars.npm:fmix:0.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/fmix/
implementation ("org.webjars.npm:fmix:0.1.0")
'org.webjars.npm:fmix:jar:0.1.0'
<dependency org="org.webjars.npm" name="fmix" rev="0.1.0">
  <artifact name="fmix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='fmix', version='0.1.0')
)
libraryDependencies += "org.webjars.npm" % "fmix" % "0.1.0"
[org.webjars.npm/fmix "0.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : imul jar [1.0.0,2)

Project Modules

There are no modules declared in this project.

Finalization mix

MurmurHash3 x86 finalization mix implemented in JavaScript.

Installation

npm install --save fmix

Usage

const fmix = require('fmix')

console.log(fmix(0xdeadbeef))
//=> 233162409

API

fmix(input: number) => number

Returns the finalization mix value of the number input.

See also

  • murmur-32 - MurmurHash3 x86 32-bit in JavaScript
  • murmur-128 - MurmurHash3 x86 128-bit in JavaScript

Versions

Version
0.1.0