Sha256: 02a012f8d343c60f09e7a0076c6989a433c8883a0502b92ec8393efbbf7ea411
Contents?: true
Size: 1.09 KB
Versions: 4
Compression:
Stored size: 1.09 KB
Contents
/** Once: one two Stopping: one two two two Default: one two two two Cycle: one two one two Shuffle: two two one one Shuffle stopping: two one final final Shuffle once: one one **/ ~ SEED_RANDOM(1) Once: {f_once()} {f_once()} {f_once()} {f_once()} Stopping: {f_stopping()} {f_stopping()} {f_stopping()} {f_stopping()} Default: {f_default()} {f_default()} {f_default()} {f_default()} Cycle: {f_cycle()} {f_cycle()} {f_cycle()} {f_cycle()} Shuffle: {f_shuffle()} {f_shuffle()} {f_shuffle()} {f_shuffle()} Shuffle stopping: {f_shuffle_stopping()} {f_shuffle_stopping()} {f_shuffle_stopping()} {f_shuffle_stopping()} Shuffle once: {f_shuffle_once()} {f_shuffle_once()} {f_shuffle_once()} {f_shuffle_once()} == function f_once == {once: - one - two } == function f_stopping == {stopping: - one - two } == function f_default == {one|two} == function f_cycle == {cycle: - one - two } == function f_shuffle == {shuffle: - one - two } == function f_shuffle_stopping == {stopping shuffle: - one - two - final } == function f_shuffle_once == {shuffle once: - one - two }
Version data entries
4 entries across 4 versions & 1 rubygems