
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 --verbosetry on your machineexplain 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 machineexplain this command
-
mcookie:tldr:b9368 mcookie: Generate a random number.$ mcookietry on your machineexplain 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 machineexplain this command