(self, s)
| 538 | return gen |
| 539 | |
| 540 | def pseudo_random(self, s): |
| 541 | return Fraction(math.sin(s * 12.9898) * 43758.5453123) |
| 542 | |
| 543 | def gen_random_format_features(self, registry, name, list_index): |
| 544 | # Choose from 0 to including 3 number of format features |
no outgoing calls
no test coverage detected