All Downloads are FREE. Search and download functionalities are using the official Maven repository.

umontreal.iro.lecuyer.hups.dataLFSR.j2_k19.dat Maven / Gradle / Ivy

Go to download

SSJ is a Java library for stochastic simulation, developed under the direction of Pierre L'Ecuyer, in the Département d'Informatique et de Recherche Opérationnelle (DIRO), at the Université de Montréal. It provides facilities for generating uniform and nonuniform random variates, computing different measures related to probability distributions, performing goodness-of-fit tests, applying quasi-Monte Carlo methods, collecting (elementary) statistics, and programming discrete-event simulations with both events and processes.

The newest version!
#-------------------------------------------------------#
# Equidistributed LFSR Generator with 2 composents
# Criteria : DELTA(k,k,k/2) <= 1
#-------------------------------------------------------#
# Format :
#
# Number Of Component (only at the beginning of the file
#
# Comments (value of the criteria)
# s1 s2
# Non-zeros coefficients of the first polynomial
# Non-zeros coefficients of the second polynomial
#-------------------------------------------------------#

2

#DELTA = 1
5 4
9 4 0
10 4 3 1 0

#DELTA = 1
2 4
9 4 0
10 3 0

#DELTA = 1
1 5
6 1 0
13 6 4 1 0

#DELTA = 1
2 4
6 1 0
13 6 4 1 0




© 2015 - 2024 Weber Informatics LLC | Privacy Policy