rng library
Classes
- CryptoRNG
 - Crypto-Strong RNG. All platforms, unknown speed, cryptographically strong (theoretically)
 - LegacyRNG
 - MathRNG
 - 
  Math.Random()-based RNG. All platforms, fast, not cryptographically
strong. Optional 
seedcan be passed on creation. - MathRNGDeprecated
 - Math.Random()-based RNG. All platforms, fast, not cryptographically strong. Optional seed can be passed on creation.
 - RNG