An Entity of Type: Thing, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

A combined linear congruential generator (CLCG) is a pseudo-random number generator algorithm based on combining two or more linear congruential generators (LCG). A traditional LCG has a period which is inadequate for complex system simulation. By combining two or more LCGs, random numbers with a longer period and better statistical properties can be created.The algorithm is defined as: where: is the "modulus" of the first LCG is the ith input from the jth LCG is the ith generated random integer with: where is a uniformly distributed random number between 0 and 1.

Property Value
dbo:abstract
  • A combined linear congruential generator (CLCG) is a pseudo-random number generator algorithm based on combining two or more linear congruential generators (LCG). A traditional LCG has a period which is inadequate for complex system simulation. By combining two or more LCGs, random numbers with a longer period and better statistical properties can be created.The algorithm is defined as: where: is the "modulus" of the first LCG is the ith input from the jth LCG is the ith generated random integer with: where is a uniformly distributed random number between 0 and 1. (en)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 35466829 (xsd:integer)
dbo:wikiPageLength
  • 8045 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 968628008 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdfs:comment
  • A combined linear congruential generator (CLCG) is a pseudo-random number generator algorithm based on combining two or more linear congruential generators (LCG). A traditional LCG has a period which is inadequate for complex system simulation. By combining two or more LCGs, random numbers with a longer period and better statistical properties can be created.The algorithm is defined as: where: is the "modulus" of the first LCG is the ith input from the jth LCG is the ith generated random integer with: where is a uniformly distributed random number between 0 and 1. (en)
rdfs:label
  • Combined linear congruential generator (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License