Mantid
Loading...
Searching...
No Matches
QuasiRandomNumberSequence.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2012 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
9//------------------------------------------------------------------------------
10// Includes
11//------------------------------------------------------------------------------
13
14namespace Mantid {
15namespace Kernel {
23class MANTID_KERNEL_DLL QuasiRandomNumberSequence : public NDRandomNumberGenerator {
24public:
25 QuasiRandomNumberSequence(const unsigned int ndims) : NDRandomNumberGenerator(ndims) {}
26};
27} // namespace Kernel
28} // namespace Mantid
This class defines an interface for N dimensional random number generators.
Defines an interface to a quasi-random number sequence.
Helper class which provides the Collimation Length for SANS instruments.