Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

SwiftPCG

A pure Swift implementation of the PCG psuedo random number generator

varrng=PCGRand32(state:123)print(rng.next()) // 355248013

PCG is a high quality number generator that allows you to generate high quality random numbers reproducibly based off of a seed.

About

A pure Swift implementation of the PCG psuedo random number generator

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages