Espacios de nombres
Variantes
Acciones

Diferencia entre revisiones de «cpp/numeric/random/uniform int distribution/reset»

De cppreference.com
m (Use {{lc}}. Update links. Various fixes.)
(Agregar plantilla)
 
Línea 1: Línea 1:
 
{{include page|cpp/numeric/random/distribution/reset|uniform_real_distribution}}
 
{{include page|cpp/numeric/random/distribution/reset|uniform_real_distribution}}
  
[[de:cpp/numeric/random/uniform int distribution/reset]]
+
deenfritjaptruzh
[[en:cpp/numeric/random/uniform int distribution/reset]]
+
[[fr:cpp/numeric/random/uniform int distribution/reset]]
+
[[it:cpp/numeric/random/uniform int distribution/reset]]
+
[[ja:cpp/numeric/random/uniform int distribution/reset]]
+
[[pt:cpp/numeric/random/uniform int distribution/reset]]
+
[[ru:cpp/numeric/random/uniform int distribution/reset]]
+
[[zh:cpp/numeric/random/uniform int distribution/reset]]
+

Última revisión de 15:42 22 nov 2021

 
 
 
Generación de números pseudoaleatorios
Motores y 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.
Generadores
Original:
Generators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Distribuciones
Original:
Distributions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Distribuciones 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.
Bernoulli distribuciones
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.
Poisson distribuciones
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.
Distribuciones normales
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.
Distribuciones de muestreo
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.
Secuencias de semillas
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.
 
std::uniform_real_distribution
Las funciones miembro
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Generación
Original:
Generation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Características
Original:
Characteristics
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Terceros funciones
Original:
Non-member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
void reset();
(desde C++11)

Restablece el estado interno del objeto de distribución. Después de llamar a esta función, la siguiente llamada a operator() en el objeto de distribución no será dependiente de las llamadas anteriores a operator() .

[editar] Parámetros

(Ninguno)

[editar] Valor de retorno

(Ninguno)

[editar] Complejidad

Constante.