Vertaling van "get-random" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
You can also pipe a collection of objects to Get-Random.
Vous pouvez également diriger une collection d'objets vers Get-Random.
Get-Random selects values randomly from the piped objects.
Get-Random sélectionne des valeurs de façon aléatoire à partir des objets dirigés.
You can pipe one or more objects to Get-Random.
Vous pouvez diriger un ou plusieurs objets vers Get-Random.
Get-Random gets randomly selected objects in random order from the collection.
Get-Random obtient les objets sélectionnés aléatoirement dans un ordre aléatoire à partir de la collection.
Get-Random returns a value that is less than the maximum (not equal).
Get-Random renvoie une valeur inférieure au maximum (et non pas égale).
Notes Get-Random sets a default seed for each session based on the system time clock when the session starts.
Get-Random définit une valeur initiale par défaut pour chaque session en fonction de l'horloge système au démarrage de la session.
You can use the parameters of Get-Random to specify a seed number, minimum and maximum values, and the number of objects returned from a submitted collection.
Vous pouvez utiliser les paramètres de Get-Random pour spécifier un numéro d'amorce, des valeurs minimales et maximales, ainsi que le nombre d'objets retournés à partir d'une collection envoyée.
In this case, the Get-Random cmdlet generates a random number between 0 and 100 and saves it in the $random variable.
Dans ce cas, l'applet de commande Get-Random génère un nombre aléatoire compris entre 0 et 100, et l'enregistre dans la variable $random.
This seed value is used for the current command and for all subsequent Get-Random commands in the current session until you use SetSeed again or close the session.
Cette valeur est utilisée pour la commande actuelle et pour toutes les commandes Get-Random suivantes de la session active jusqu'à ce que vous utilisiez à nouveau SetSeed ou que vous fermiez la session.
It uses the Get-Random cmdlet to select 50 server names randomly from the Servers.txt file contents.
Elle utilise l'applet de commande Get-Random pour sélectionner aléatoirement 50 noms de serveurs à partir du contenu du fichier Servers.txt.
If the value of Maximum or Minimum is a floating-point number, Get-Random returns a randomly selected floating-point number.
Si la valeur de Maximum ou Minimum est un nombre à virgule flottante, Get-Random retourne un nombre à virgule flottante sélectionné aléatoirement.
We will have a draw at the end of the meeting (A couple of Games: PS4, XBOX One, PC) We'll use Get-Random of course;-)
Without parameters or input, a Get-Random command returns a randomly selected 32-bit unsigned integer between 0 (zero) and Int32.MaxValue (0x7FFFFFFF, 2,147,483,647).
Sans paramètres ou entrée, une commande Get-Random retourne un entier non signé 32 bits sélectionné aléatoirement entre 0 (zéro) et Int32.MaxValue (0x7FFFFFFF, 2,147,483,647).