Random Support Routines

From RAD Studio
Jump to: navigation, search

Go Up to API Categories Index

This topic lists all random support routines and variables.

Routine Description

System.Math.RandG

Generates random numbers with Gaussian distribution.

System.RandSeed

RandSeed stores the built-in random number generator's seed.

System.Random

Generates random numbers within a specified range.

System.AnsiStrings.RandomFrom

Randomly returns one of the given strings in the array.

System.Math.RandomFrom

Returns a randomly selected element from an array.

System.StrUtils.RandomFrom

Returns a randomly selected element from an array.

System.Math.RandomRange

Returns a random integer in a specified range.

System.Randomize

Initializes the random number generator with a random value.


See Also