mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 04:02:38 +00:00
340 B
340 B
title, reference
| title | reference |
|---|---|
| seed | https://en.wikipedia.org/wiki/Random_seed |
A seed is the starting point for a computer algorithm that generates pseudo-random numbers. Using the same seed will always produce the identical sequence of numbers, which is essential for reproducibility in areas like simulations, cryptography, and video games.