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
Alternatives to _seed
Description
In releases of Maple up to and including 9.5, the _seed variable was used to store the state of the random number generators created by rand. However this use of _seed has been deprecated and its special meaning may be removed in future releases of Maple.
Instead of using _seed, use randomize, RandomTools[SetState], or RandomTools[GetState].
Currently assigning to _seed or reading the value assigned to _seed will raise a warning. However, the assignment will cause the state of the random number generator used by rand and RandomTools to be seeded from the given value. As well, the value returned by a read from _seed will be a valid state that can be re-assigned to _seed.
See Also
rand, randomize, RandomTools, RandomTools[GetState], RandomTools[SetState]
Download Help Document