Random number generation
Random numbers are generated using the Mersenne Twister.
- Random — pick a random number (legacy function)
- RandomChoice — pick items randomly from a given list
- RandomComplex — pick a complex number at random from a rectangular region
- RandomInteger — pick an integer number at random from a range
- RandomReal — pick a real number at random from an interval
- RandomSample — pick a sample at random from a list
- $RandomState — internal state of the (pseudo)random number generator
- SeedRandom — set the seed of the (pseudo)random number generator