menu
zart package
documentation
d_random.dart
DRandom
DRandom.withSeed constructor
DRandom.withSeed constructor
dark_mode
light_mode
DRandom.withSeed
constructor
DRandom.withSeed
(
int
seed
)
Implementation
DRandom.withSeed(int seed) { _init(); _seed(seed); }
zart package
documentation
d_random
DRandom
DRandom.withSeed constructor
DRandom class