Pular para o conteúdo principal

Random

Geração de valores aleatórios.


init


_random.init() : java.util.Random

Descrição

Gera toda a classe Random.

Retorno

( java.util.Random )

Retorna uma classe.


_random.init(seed: long) : java.util.Random

Descrição

Gera aleatoriamente uma seed.

Atributos
NOMETIPODESCRIÇÃO
seedlong
Retorno

( java.util.Random )

Retorna uma seed.


initSecure


_random.initSecure() : java.security.SecureRandom

Retorno

( java.security.SecureRandom )


_random.initSecure(seed: byte[]) : java.security.SecureRandom

Atributos
NOMETIPODESCRIÇÃO
seedbyte[]
Retorno

( java.security.SecureRandom )


initString


_random.initString() : RandomString

Descrição

Gera aleatoriamente um texto de 24 caracteres.

Retorno

( RandomString )

Retorna um texto de 24 caracteres aleatórios.


_random.initString(length: int) : RandomString

Atributos
NOMETIPODESCRIÇÃO
lengthint
Retorno

( RandomString )


_random.initString(length: int, symbols: string) : RandomString

Atributos
NOMETIPODESCRIÇÃO
lengthint
symbolsstring
Retorno

( RandomString )


_random.initString(length: int, random: java.util.Random) : RandomString

Atributos
NOMETIPODESCRIÇÃO
lengthint
randomjava.util.Random
Retorno

( RandomString )


_random.initString(length: int, random: java.util.Random, symbols: string) : RandomString

Atributos
NOMETIPODESCRIÇÃO
lengthint
randomjava.util.Random
symbolsstring
Retorno

( RandomString )