C# 클래스 Granados.RngManager

Random number generation utility
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

메소드 설명
GetSecureRng ( ) : Rng

Get a new instance which implements Rng using System.Random

An instance returned should be used in the same thread.

GetSystemRandomRng ( ) : Rng

Get a new instance which implements Rng using System.Random

An instance returned should be used in the same thread.

메소드 상세

GetSecureRng() 공개 정적인 메소드

Get a new instance which implements Rng using System.Random
An instance returned should be used in the same thread.
public static GetSecureRng ( ) : Rng
리턴 Rng

GetSystemRandomRng() 공개 정적인 메소드

Get a new instance which implements Rng using System.Random
An instance returned should be used in the same thread.
public static GetSystemRandomRng ( ) : Rng
리턴 Rng