Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 306 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 306 Bytes

== 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).