mum-hash

(★ 165)

Hashing functions and PRNGs based on them

File Explorer

  • .clang-format
  • ChangeLog
  • mum-prng.h
  • mum.h
  • mum512.h
  • README.md
  • vmum.h

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

just

View Details ▼

Save and run project-specific commands.

just {{recipe}}

Run a recipe specified in the justfile:

just

Start a REPL (interactive shell):

just --init

Initialize new justfile in project root:

🔍

times

View Details ▼

Print the cumulative CPU usage time of the current shell.
First line is current shell CPU usage for User and System. Second is all child processes.
See also: `time`.

times

Print CPU usage:

🔍

machine

View Details ▼

Print machine type.

machine

Print CPU architecture:

// repository documentation