Algoritmo congruencial aditivo

Description

es una forma de generar numeros aleatorios
Bryan Sucht!
Flowchart by Bryan Sucht!, updated more than 1 year ago
Bryan Sucht!
Created by Bryan Sucht! about 6 years ago
792
0

Resource summary

Flowchart nodes

  • Inicio
  • i=0 c=0 a=0 q=0
  • Ingresar el numero total de numeros enteros que va a ingresar (n=5)
  • c<n
  • Ingresa un Numero (X1=65, X2=89, X3=98, X4=03, X5=69) i=i+1 i=4+1
  • ¿Cuanto numeros desea generar?(k=7)
  • a<k
  • Xi+1=((Xi-1)+(Xi-n))mod(m) X6=(60+65)mod(100)=34 rq+1=(Xi+1)/(m-1)           r1=34/(100-1)=0.3434 i=i+1          i=6+1=7 q=q+1        q=0+1=1
  • Si
  • No
  • Si
  • No
Show full summary Hide full summary

Similar

EXAMEN DE SIMULACION PAEP
CAROLINA SABORI
Simulación Corto #3 Propedeutica - Anatomía de Tórax y Abdomen
CAE I 2020 MEDUSAC
LAS ARQUITECTURAS DE NEGOCIO, DE PROCESOS Y DE BPM
Elasio Rengifo Renteria
Algoritmo Congruencial Lineal
Bryan Sucht!
Examen Completo
Abel Romo
Simulacion Unitec
JORGE ENRIQUE SANTOVENA
conceptos matemáticos
adan de santiago avalos
| FenixZone SAMP | User Test |
Franco Petrone
Simulación(Lenguajes - aplicaciones)
Josiel Ramos
LAS PARADOJAS POSTMODERNAS
David Pacheco
Multiplicador Constante
Bryan Sucht!