-
Notifications
You must be signed in to change notification settings - Fork 34
csprng variables
Gabriel Ziegler edited this page Sep 2, 2018
·
4 revisions
Escopo | Tipo | Nome | Nome Significativo | Comentario |
---|---|---|---|---|
function toBinary() | Variavel | a | num_integer | - |
function toBinary() | Variavel | b | bits | - |
function toBinary() | Variavel | copy | copy_int_integer | - |
function toBinary() | Constante | 2 | - | - |
function toBinary() | Constante | 0x7FFFFFFF | - | - |
function fromBinary() | Variavel | a | bits | - |
function fromBinary() | Variavel | dec | num_integer | - |
function fromBinary() | Constante | 2 | - | - |
ISAAC internal state | Variavel | aa | - | - |
ISAAC internal state | Variavel | bb | - | - |
ISAAC internal state | Variavel | cc | - | - |
ISAAC internal state | Variavel | randrsl | - | - |
ISAAC internal state | Variavel | mm | - | - |
Mersenne Twister State | Variavel | MT | mersenne_twister | - |
Mersenne Twister State | Variavel | index | - | - |
Mersenne Twister State | Variavel | mtSeeded | - | - |
Mersenne Twister State | Variavel | mtSeed | - | - |
function initialize_mt_generator() | Variavel | seed | - | - |
function initialize_mt_generator() | Variavel | full | - | - |
function initialize_mt_generator() | Variavel | b | bits | - |
function initialize_mt_generator() | Constante | 623 | - | - |
function initialize_mt_generator() | Constante | 1812433253 | - | - |
function initialize_mt_generator() | Constante | 30 | - | - |
function initialize_mt_generator() | Constante | 32 | - | - |
function generate_mt() | Variavel | y | - | - |
function generate_mt() | Constante | 623 | - | - |
function generate_mt() | Constante | 0x80000000 | - | - |
function generate_mt() | Constante | 0x7FFFFFFF | - | - |
function generate_mt() | Constante | 397 | - | - |
function generate_mt() | Constante | 624 | - | - |
function generate_mt() | Constante | 0x9908B0DF | - | - |
function extract_mt() | Variavel | y | - | - |
function extract_mt() | Variavel | min | - | - |
function extract_mt() | Variavel | max | - | - |
function extract_mt() | Variavel | index | - | - |
function extract_mt() | Constante | 2^32-1 | - | - |
function extract_mt() | Constante | 11 | - | - |
function extract_mt() | Constante | 7 | - | - |
function extract_mt() | Constante | 0x9D2C5680 | - | - |
function extract_mt() | Constante | 15 | - | - |
function extract_mt() | Constante | 0xEFC60000 | - | - |
function extract_mt() | Constante | 18 | - | - |
function extract_mt() | Constante | 624 | - | - |
function seed_from_mt() | Constante | 50 | - | - |
function seed_from_mt() | Constante | 256 | - | - |
function mix() | Variavel | a | - | - |
function mix() | Variavel | b | - | - |
function mix() | Variavel | c | - | - |
function mix() | Variavel | d | - | - |
function mix() | Variavel | e | - | - |
function mix() | Variavel | f | - | - |
function mix() | Variavel | g | - | - |
function mix() | Variavel | h | - | - |
function mix() | Constante | 2^32-1 | - | - |
function mix() | Constante | 11 | - | - |
function mix() | Constante | 2 | - | - |
function mix() | Constante | 8 | - | - |
function mix() | Constante | 16 | - | - |
function mix() | Constante | 10 | - | - |
function mix() | Constante | 4 | - | - |
function mix() | Constante | 8 | - | - |
function mix() | Constante | 9 | - | - |
function isaac() | Variavel | x | - | - |
function isaac() | Variavel | y | - | - |
function isaac() | Constante | 256 | - | - |
function isaac() | Constante | 4 | - | - |
function isaac() | Constante | 13 | - | - |
function isaac() | Constante | 6 | - | - |
function isaac() | Constante | 2 | - | - |
function isaac() | Constante | 16 | - | - |
function isaac() | Constante | 128 | - | - |
function isaac() | Constante | 256 | - | - |
function isaac() | Constante | 10 | - | - |
function randinit() | Variavel | a | - | - |
function randinit() | Variavel | b | - | - |
function randinit() | Variavel | c | - | - |
function randinit() | Variavel | d | - | - |
function randinit() | Variavel | e | - | - |
function randinit() | Variavel | f | - | - |
function randinit() | Variavel | g | - | - |
function randinit() | Variavel | h | - | - |
function randinit() | Constante | 0x9e3779b9 | - | - |
function randinit() | Constante | 256 | - | - |
function randinit() | Constante | 8 | - | - |
function randinit() | Variavel | randcnt | - | - |
function generate_isaac() | Variavel | entropy | - | - |
function cs_random() | Variavel | min | - | - |
function cs_random() | Variavel | max | - | - |
function get_random() | - | - | - | - |