About 615,000 results
Open links in new tab
  1. Random Number Generation - MATLAB & Simulink - MathWorks

    Use the rand, randn, and randi functions to create sequences of pseudorandom numbers, and the randperm function to create a vector of randomly permuted integers. Use the rng function to …

  2. rand - Uniformly distributed random numbers - MATLAB

    This MATLAB function returns a random scalar drawn from the uniform distribution in the interval (0,1).

  3. Create Arrays of Random Numbers - MATLAB & Simulink

    For more information about controlling the random number generator's state to repeat calculations using the same random numbers, or to guarantee that different random numbers are used in …

  4. randn - Normally distributed random numbers - MATLAB

    This MATLAB function returns a random scalar drawn from the standard normal distribution.

  5. random - Random numbers - MATLAB - MathWorks

    This MATLAB function returns a random number from the one-parameter distribution family specified by name and the distribution parameter A.

  6. randi - Uniformly distributed random integers - MATLAB

    This MATLAB function returns a random scalar integer between 1 and imax.

  7. rng - Control random number generator - MATLAB - MathWorks

    This MATLAB function initializes the MATLAB random number generator using the default algorithm and seed.

  8. Controlling Random Number Generation - MATLAB & Simulink

    Controlling Random Number Generation This example shows how to use the rng function, which provides control over random number generation. (Pseudo)Random numbers in MATLAB® …

  9. RandStream - Random number stream - MATLAB - MathWorks

    RandStream creates a random number stream using a specified pseudorandom number generator algorithm.

  10. Random Number Generation - MATLAB & Simulink - MathWorks

    Random Number Generation Statistics and Machine Learning Toolbox™ supports the generation of random numbers from various distributions. Each random number generator (RNG) …