clemos / hx-rnd

PRNG for haxe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

== Randomization-related tools for haxe ==

Currently there are only 2 classes:

  • rnd.FastRNG - abstract-based fast(very fast) RNG, non-cryptosecure.
  • rnd.FastRNGObj - same as FastRNG, but uses object, so can be shared, but works slower(but still very fast).

About

PRNG for haxe


Languages

Language:Haxe 100.0%