Espaços nominais
Variantes
Acções

Diferenças entre edições de "cpp/numeric/random/srand"

Da cppreference.com
< cpp‎ | numeric‎ | random
m (uma edição: Translate from the English version)
Linha 28: Linha 28:
 
{{dcl list end}}
 
{{dcl list end}}
  
 +
 +
 
[[es:cpp/numeric/random/srand]]
 
[[es:cpp/numeric/random/srand]]
 
[[fr:cpp/numeric/random/srand]]
 
[[fr:cpp/numeric/random/srand]]
 +
 
[[ja:cpp/numeric/random/srand]]
 
[[ja:cpp/numeric/random/srand]]
 
[[ru:cpp/numeric/random/srand]]
 
[[ru:cpp/numeric/random/srand]]
 
[[zh:cpp/numeric/random/srand]]
 
[[zh:cpp/numeric/random/srand]]

Revisão das 17h24min de 2 de novembro de 2012

 
 
Biblioteca numéricos
Funções matemáticas comuns
De ponto flutuante ambiente
Números complexos
Matrizes numéricas
Pseudo-aleatório de geração de números
Tempo de compilação aritmética racional (C++11)
Genéricos operações numéricas
Original:
Generic numeric operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
 
Pseudo-aleatório de geração de números
Motores e adaptadores de motor
Original:
Engines and engine adaptors
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Geradores
Original:
Generators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Distribuições
Original:
Distributions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Distribuições uniformes
Original:
Uniform distributions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Distribuições de Bernoulli
Original:
Bernoulli distributions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Distribuições de Poisson
Original:
Poisson distributions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Distribuições normais
Original:
Normal distributions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Distribuições de amostragem
Original:
Sampling distributions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Seqüências de sementes
Original:
Seed Sequences
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
C biblioteca
Original:
C library
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
srand
 
Definido no cabeçalho <cstdlib>
void srand( unsigned seed );
Inicializa o gerador de números aleatórios usado para gerar valores para rand() com o valor da semente seed.
Original:
Initializes the built-in random number generator used to generate values for rand() with the seed value seed.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Índice

Parâmetros

seed -
o valor da semente
Original:
the seed value
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Valor de retorno

(Nenhum)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Exemplo

Veja também

Predefinição:cpp/numeric/random/dcl list rand
C documentation for srand