randomization – Czech Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot      18 Results   4 Domains
  10 Hits docs.gimp.org  
Random Seed controls the randomization element. The Randomize check-button will set the seed using the hardware clock of the computer. There is no reason to use anything else unless you want to be able to repeat the exact same pattern of randomization on a later occasion.
Hnízdo náhodných čísel ovládá náhodné chování modulu. Volba Randomizovat nastavuje hnízdo podle hardwarových hodin počítače. Jiné nastavení je užitečné pouze v případě, že budete v budoucnu chtít přesně zopakovat stejný výsledek.
  www.gentoo.org  
# To set the MAC address of the interface mac_eth0="00:11:22:33:44:55" # To randomize the last 3 bytes only mac_eth0="random-ending" # To randomize between the same physical type of connection (e.g. fibre, # copper, wireless) , all vendors mac_eth0="random-samekind" # To randomize between any physical type of connection (e.g. fibre, copper, # wireless) , all vendors mac_eth0="random-anykind" # Full randomization - WARNING: some MAC addresses generated by this may # NOT act as expected mac_eth0="random-full"
# Nastaví MAC adresu rozhraní mac_eth0="00:11:22:33:44:55" # Náhodně zovlí poslední 3 bajty mac_eth0="random-ending" # Náhodně zvolí adresu za zachování stejného typu (např. optika, # metalika, bezdrát,...), nezachová výrobce mac_eth0="random-samekind" # Náhodně zvolí adresu bez ohledu na typ rozhraní (např. optika, # metalika, bezdrát,...) či výrobce mac_eth0="random-anykind" # Zcela náhodná adresa — POZOR, některé adresy nebudou fungovat tak, # jak si představujete mac_eth0="random-full"