File: README

package info (click to toggle)
hare 0.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,352 kB
  • sloc: asm: 1,374; makefile: 123; sh: 117; lisp: 101
file content (7 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
random: cryptographically secure random number generation

crypto::random provides a cryptographically secure random number generator,
which yields a non-deterministic sequence of random numbers.

If true randomness isn't required for your use case, you may be better off using
[[math::random::]]'s pseudorandom number generator.