Description Usage Details Value Author(s) Examples
This function implements a formula based on current date and time.
1 |
The number is generated by combining current seconds (S), minutes (Mi), hours (H), days (D), months (Mo), years (Y) and golden ratio (φ), in the form:
Num = (S * Mi + H * D * Mo / D) ^ φ
An integer number.
Mattia Chiesa, Luca Piacentini
1 2 | gen_numb <- DaMiR.goldenDice()
set.seed(gen_numb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.