lfsr | R Documentation |
LFSR 32 bits destiné à la génération de nombres aléatoires.
lfsr(seed = 42L, prim_poly = 3L)
seed |
entier servant de germe |
prim_poly |
vecteur d'entiers représentant un polynôme primitif sur 32 bits
|
Un LFSR.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.