Class: TestBench::Random::Substitute::Random
- Inherits:
-
TestBench::Random
- Object
- TestBench::Random
- TestBench::Random::Substitute::Random
- Defined in:
- lib/test_bench/random/random.rb
Instance Attribute Summary
Attributes inherited from TestBench::Random
#generator, #namespace, #seed, #sequence
Class Method Summary collapse
Methods inherited from TestBench::Random
#boolean, configure, #fraction, generator, generator_seed, instance, #integer, namespace_digest, #next_qword, #reset, #reset?, #string
Class Method Details
.build ⇒ Object
145 146 147 148 149 |
# File 'lib/test_bench/random/random.rb', line 145 def self.build instance = new instance.set_seed(0) instance end |