| Constructor and Description |
|---|
Seed(char[] range,
char[] chars) |
| Modifier and Type | Method and Description |
|---|---|
static RandCode.Seed |
chars(char... chars) |
char |
next(int rnd) |
String |
rand(Random rnd,
int len) |
void |
rand(Random rnd,
StringBuilder buf,
int len) |
static RandCode.Seed |
range(char... minmax) |
static RandCode.Seed |
seeds(RandCode.Seed... seeds) |
public static RandCode.Seed range(char... minmax)
public static RandCode.Seed chars(char... chars)
public static RandCode.Seed seeds(RandCode.Seed... seeds)
public void rand(Random rnd, StringBuilder buf, int len)
public char next(int rnd)
Copyright © 2024. All rights reserved.