KiARC / CollatzRand

My Collatz Conjecture based PRNG. It takes advantage of the geometric Brownian motion of the sequence for a given seed to generate pseudorandom bits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CollatzRand

A Collatz Conjecture based PRNG. It takes advantage of the geometric Brownian motion of the Collatz sequence for a given seed to generate pseudorandom bits.

To Use:

Adding libraries differs by IDE, but once you've added it you can import the class using import com.katiearose.CollatzRand.

About

My Collatz Conjecture based PRNG. It takes advantage of the geometric Brownian motion of the sequence for a given seed to generate pseudorandom bits

License:GNU General Public License v3.0


Languages

Language:Java 100.0%