]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/random_seed.h
Cosmetics: Fix comment.
[ffmpeg] / libavutil / random_seed.h
index 7f750632333f686a9d6cf45c67dcb2783deb235a..bb957879be65ffbdf010ed2d43df328ad972e075 100644 (file)
 
 /**
  * Get a seed to use in conjunction with random functions.
+ * This function tries to provide a good seed at a best effort bases.
+ * Its possible to call this function multiple times if more bits are needed.
+ * It can be quite slow, which is why it should only be used as seed for a faster
+ * PRNG. The quality of the seed depends on the platform.
  */
 uint32_t av_get_random_seed(void);