Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
RandomTools[MersenneTwister][GenerateFloat] - Generate a float using the Mersenne Twister Generator
Calling Sequence
GenerateFloat( opt1, opt2, ... )
Parameters
opt1, opt2, ...
-
(optional) argument of the form option=value where option is digits
Description
The GenerateFloat command outputs a pseudo-random float uniformly distributed in [0,1), generated using the MersenneTwister algorithm.
The following optional arguments are supported. They are input as equations in any order.
digits=integer
The digits argument specifies how many random digits should be returned. If not specified, the current value of Digits is used.
Examples
See Also
rand, RandomTools, RandomTools[BlumBlumShub], RandomTools[Generate], RandomTools[LinearCongruence] RandomTools[MersenneTwister], RandomTools[MersenneTwister][GenerateFloat64] RandomTools[MersenneTwister][GenerateFloat], RandomTools[MersenneTwister][GenerateInteger32] RandomTools[MersenneTwister][GenerateUnsignedInt32], RandomTools[MersenneTwister][NewGenerator] RandomTools[QuadraticCongruence]
Download Help Document