check_seed_phrase | R Documentation |
Check if a random seed generates a specific phrase (letters and blanks)
check_seed_phrase(seed, size, phrase)
seed |
random seed, used in set.seed(seed) |
size |
number of characters of word, used in sample(..., size = size) |
phrase |
phrase to check: may contain lower-case letters and blanks |
TRUE if seed generates the phrase, FALSE otherwise
check_seed_phrase(1, 5, "ja ja") # FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.