Click or drag to resize

SpriteControllerRandomNumberGenerator Field

Since everything needs a random number generator, we make one that should be accessible throughout your program.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public Random RandomNumberGenerator

Field Value

Type: Random
See Also