Forrest logo
back to context overview

mcookie

List of commands for mcookie:

  • mcookie:tldr:2ac32 mcookie: Print the details of the randomness used, such as the origin and seed for each source.
    $ mcookie --verbose
    try on your machine
    explain this command
  • mcookie:tldr:86d45 mcookie: Generate a random number, using the contents of a file as a seed for the randomness.
    $ mcookie --file ${filename}
    try on your machine
    explain this command
  • mcookie:tldr:b9368 mcookie: Generate a random number.
    $ mcookie
    try on your machine
    explain this command
  • mcookie:tldr:e5e0b mcookie: Generate a random number, using a specific number of bytes from a file as a seed for the randomness.
    $ mcookie --file ${filename} --max-size ${number_of_bytes}
    try on your machine
    explain this command
back to context overview