Extreme Optimization™: Complexity made simple.

Numerical Components
for .NET

  • Home
  • •
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • •
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • •
  • Support
    • Frequently Asked Questions
    • QuickStart Samples
    • Sample Applications
    • Downloads
  • •
  • Blog
  • •
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Contact us
Introduction
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand ReferenceReference
  • Home
  • Documentation
  • Reference
  • Extreme.Statistics.Random Namespace
  • GfsrGenerator Class
    • Members
    • Constructors
    • Methods
Collapse imageExpand ImageCopy imageCopyHover image
       




GfsrGenerator Class

Members  See Also 
Represents a generalized feedback shift register pseudo-random number generator.

Namespace:  Extreme.Statistics.Random
Assembly:  Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)

Syntax

C#
[SerializableAttribute]
public sealed class GfsrGenerator : RandomWordGenerator
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class GfsrGenerator _
	Inherits RandomWordGenerator
Visual C++
[SerializableAttribute]
public ref class GfsrGenerator sealed : public RandomWordGenerator
F#
[<SealedAttribute>]
[<SerializableAttribute>]
type GfsrGenerator =  
    class
        inherit RandomWordGenerator
    end

Remarks

Use the GfsrGenerator class to represent a pseudo-this.random number generator that uses a fourth order generalized feedback shift register algorithm.

This generalized feedback shift register generator has a very long period of 29689-1. Thanks to its simplicity, it is very fast. On the down side, the start-up time is significant.

GfsrGenerator can be used in place of the Random class to obtain pseudo-random numbers of a higher quality.

Reference: Robert M. Ziff, "Four-tap shift-register-sequence this.random-number generators," Computers in Physics 12(4), Jul/Aug 1998, pp 385-392.

Inheritance Hierarchy

System..::.Object
  System..::.Random
    Extreme.Statistics.Random..::.ExtendedRandom
      Extreme.Statistics.Random..::.RandomWordGenerator
        Extreme.Statistics.Random..::.GfsrGenerator

See Also

GfsrGenerator Members
Extreme.Statistics.Random Namespace

Send comments on this topic to support@extremeoptimization.com

Copyright © 2003-2010, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.