tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
RandomArchives
tagion
testbench
dart
dart_helper_functions
Undocumented in source.
struct
RandomArchives {
import
std
.
random
;
;
import
std
.
random
:
Random
;
;
uint
seed
;
bool
in_dart
;
uint
number_of_archives
;
this
(uint _seed, uint from, uint to);
auto
values
();
}
Constructors
this
this
(uint _seed, uint from, uint to)
Undocumented in source.
Members
Functions
values
auto
values
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
in_dart
bool
in_dart
;
Undocumented in source.
number_of_archives
uint
number_of_archives
;
Undocumented in source.
seed
uint
seed
;
Undocumented in source.
Meta
Source
See Implementation
tagion
testbench
dart
dart_helper_functions
classes
TestSynchronizer
functions
getFingerprints
getRead
getRim
goToSplit
putInSector
randomAdd
randomRemove
syncDarts
structs
RandomArchives