Random vs. Cryptographically random are typically separate
Random vs. Cryptographically random are typically separate
Posted Sep 23, 2015 1:35 UTC (Wed) by dvdeug (guest, #10998)In reply to: Random vs. Cryptographically random are typically separate by njs
Parent article: Python and crypto-strength random numbers by default
* E.g. exists a, b, i, j such that (a > 0.0) && (b + a == b) or (i > 0) && (j > 0) && (i + j < 0).
Posted Sep 23, 2015 15:26 UTC (Wed)
by apoelstra (subscriber, #75205)
[Link]
CSPRNGs are also deterministic. Determinism is not what burns cryptographically-inexperienced programmers.
Random vs. Cryptographically random are typically separate