An open API service indexing awesome lists of open source software.

https://github.com/heckj/squirrel3

Swift language wrapper around the Squirrel3 hash/noise function from Squirrel Eiserloh
https://github.com/heckj/squirrel3

game prng swift swift5

Last synced: about 2 months ago
JSON representation

Swift language wrapper around the Squirrel3 hash/noise function from Squirrel Eiserloh

Awesome Lists containing this project

README

          

# Squirrel3

[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fheckj%2FSquirrel3%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/heckj/Squirrel3)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fheckj%2FSquirrel3%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/heckj/Squirrel3)

A Swift implementation of the Squirrel3 hash function and pseudo-random number generator as invented by [Squirrel Eiserloh](http://www.eiserloh.net/bio/), described in detail at the 2017 GDC Math for Game Programmers talk [Noise-Based RNG](https://www.youtube.com/watch?v=LWFzPP8ZbdU).