RngSeeder Class
Creates instances of an IRng using automatically generated seeds.
Namespace
RandN
Base Types
  • object
RngSeeder
object

Syntax

public static class RngSeeder

Methods

NameReturn ValueSummary
Create<TRng, TSeed>(IReproducibleRngFactory<TRng, TSeed>)RngSeeder<TRng, CryptoServiceProvider, TSeed>
Creates an auto seeding RNG factory with the given RNG factory and CryptoServiceProvider as a seed source.
static
Create<TRng, TSeedingRng, TSeed>(IReproducibleRngFactory<TRng, TSeed>, TSeedingRng)RngSeeder<TRng, TSeedingRng, TSeed>
Creates an auto seeding RNG factory with the given RNG Factory and seed source.
static