C# Class NLight.Core.StrongRandom

Afficher le fichier Open project: slorion/nlight

Méthodes publiques

Méthode Description
NextBytes ( int count ) : byte[]
NextBytes ( byte buffer, int offset, int count ) : void
NextInt32 ( int max ) : int
NextInt32 ( int min, int max ) : int
NextInt64 ( long max ) : long
NextInt64 ( long min, long max ) : long

Method Details

NextBytes() public static méthode

public static NextBytes ( int count ) : byte[]
count int
Résultat byte[]

NextBytes() public static méthode

public static NextBytes ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

NextInt32() public static méthode

public static NextInt32 ( int max ) : int
max int
Résultat int

NextInt32() public static méthode

public static NextInt32 ( int min, int max ) : int
min int
max int
Résultat int

NextInt64() public static méthode

public static NextInt64 ( long max ) : long
max long
Résultat long

NextInt64() public static méthode

public static NextInt64 ( long min, long max ) : long
min long
max long
Résultat long