Como obter um número aleatório
m (Lpvalente -) |
|||
| (4 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | [[Category:Java ME | + | [[Category:Java ME]][[Category:Lang-Portuguese]][[Category:Code Examples]] |
| + | {{ArticleMetaData | ||
| + | |sourcecode= <!-- Link to example source code e.g. [[Media:The Code Example ZIP.zip]] --> | ||
| + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | ||
| + | |devices= <!-- Devices tested against - e.g. ''devices=Nokia 6131 NFC, Nokia C7-00'') --> | ||
| + | |sdk= <!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> | ||
| + | |platform= Java ME | ||
| + | |devicecompatability= <!-- Compatible devices e.g.: All* (must have internal GPS) --> | ||
| + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> | ||
| + | |signing=<!-- Signing requirements - empty or one of: Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities=<!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> | ||
| + | |keywords= <!-- APIs, classes and methods (e.g. QSystemScreenSaver, QList, CBase --> | ||
| + | |id= <!-- Article Id (Knowledge base articles only) --> | ||
| + | |language=Lang-Portuguese | ||
| + | |translated-by=[[User:Maiconherverton]] | ||
| + | |translated-from-title=How to get a random number from range | ||
| + | |translated-from-id=51213 | ||
| + | |review-by=<!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp=<!-- After re-review: YYYYMMDD --> | ||
| + | |update-by=<!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp=<!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate=20090911 | ||
| + | |author=[[User:Firt]] | ||
| + | }} | ||
| − | |||
| − | Se você precisa obter um número aleatório entre X e Y, você deve usar algum padrão matemático usando a classe Math e alguns cálculos. | + | {{Abstract|Se você precisa obter um número aleatório entre X e Y, você deve usar algum padrão matemático usando a classe Math e alguns cálculos.}} |
Você pode usar esse método para obter rapidamente o número aleatório: | Você pode usar esse método para obter rapidamente o número aleatório: | ||
| Line 14: | Line 36: | ||
} | } | ||
</code> | </code> | ||
| + | <!-- Translation --> [[en:How to get a random number from range]] | ||
Latest revision as of 03:07, 18 March 2012
Dados do artigo
Compatibilidade
Plataforma(s): Java ME
Artigo
Tradução:
Originado de How to get a random number from range
Por maiconherverton
Última alteração feita por lpvalente
em 18 Mar 2012
Se você precisa obter um número aleatório entre X e Y, você deve usar algum padrão matemático usando a classe Math e alguns cálculos.
Você pode usar esse método para obter rapidamente o número aleatório:

