C# Класс Microsoft.HockeyApp.Extensibility.Implementation.XorshiftRandomBatchGenerator

Наследование: IRandomNumberBatchGenerator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NextBatch ( ulong buffer, int index, int count ) : void

Generates a batch of random numbers.

XorshiftRandomBatchGenerator ( ulong seed ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the XorshiftRandomBatchGenerator class.

Описание методов

NextBatch() публичный Метод

Generates a batch of random numbers.
public NextBatch ( ulong buffer, int index, int count ) : void
buffer ulong Buffer to put numbers in.
index int Start index in the buffer.
count int Count of random numbers to generate.
Результат void

XorshiftRandomBatchGenerator() публичный Метод

Initializes a new instance of the XorshiftRandomBatchGenerator class.
public XorshiftRandomBatchGenerator ( ulong seed ) : System.Diagnostics.CodeAnalysis
seed ulong Random generator seed value.
Результат System.Diagnostics.CodeAnalysis