Ixian SDK
DLT.RandomUtils Class Reference

Static Public Member Functions

static byte [] GetBytes (int length)
 
static void AddEntropy (string data)
 
static void AddEntropy (byte[] data)
 
static uint GetUInt32 ()
 
static int GetInt32 ()
 
static ulong GetUInt64 ()
 
static long GetInt64 ()
 
static void GetBytes (byte[] output)
 

Properties

static IRandom Random [get, set]
 

Detailed Description

Definition at line 34 of file Mnemonics.cs.

Member Function Documentation

◆ AddEntropy() [1/2]

static void DLT.RandomUtils.AddEntropy ( string  data)
static

Definition at line 83 of file Mnemonics.cs.

◆ AddEntropy() [2/2]

static void DLT.RandomUtils.AddEntropy ( byte []  data)
static

Definition at line 90 of file Mnemonics.cs.

◆ GetBytes() [1/2]

static byte [] DLT.RandomUtils.GetBytes ( int  length)
static

Definition at line 50 of file Mnemonics.cs.

◆ GetBytes() [2/2]

static void DLT.RandomUtils.GetBytes ( byte []  output)
static

Definition at line 126 of file Mnemonics.cs.

◆ GetInt32()

static int DLT.RandomUtils.GetInt32 ( )
static

Definition at line 112 of file Mnemonics.cs.

◆ GetInt64()

static long DLT.RandomUtils.GetInt64 ( )
static

Definition at line 121 of file Mnemonics.cs.

◆ GetUInt32()

static uint DLT.RandomUtils.GetUInt32 ( )
static

Definition at line 107 of file Mnemonics.cs.

◆ GetUInt64()

static ulong DLT.RandomUtils.GetUInt64 ( )
static

Definition at line 116 of file Mnemonics.cs.

Property Documentation

◆ Random

IRandom DLT.RandomUtils.Random
staticgetset

Definition at line 45 of file Mnemonics.cs.


The documentation for this class was generated from the following file: