Skip to main content

3 docs tagged with "Pseudorandom"

View All Tags

Cryptographically Secure

Cryptographically Secure is defined as: number certain to be truly random & NOT Pseudorandom (and therefore won't expose vulnerability when used for secure/sens

Math.random()

Math.random() is defined as: Math Static Method to return Pseudorandom number between 0 & 1. Topics on: . Read more: JS, JS Language, Object, Math, Math Static

Pseudorandom

Pseudorandom is defined as: number output by deterministic RNG with fixed seed/hash table - to approximate true random. Topics on: Monte Carlo, PRNG. Read more: