Infohazard.Core 1.4.1
Infohazard Core Utility Library
Loading...
Searching...
No Matches
Infohazard.Core.RandomUtility Class Reference

Contains extensions to builtin randomization functionality. More...

Static Public Member Functions

static long NextLong (this System.Random random, long min, long max)
 Generate a random long between min and max. More...
 
static ulong NextUlong (this System.Random random)
 Generate a random ulong. More...
 

Detailed Description

Contains extensions to builtin randomization functionality.

Member Function Documentation

◆ NextLong()

static long Infohazard.Core.RandomUtility.NextLong ( this System.Random  random,
long  min,
long  max 
)
static

Generate a random long between min and max.

◆ NextUlong()

static ulong Infohazard.Core.RandomUtility.NextUlong ( this System.Random  random)
static

Generate a random ulong.


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