Beispiel #1
0
 def repeatable_rand(self):
     """
     If set to True, then a repeatable random sequence will be used, whenever
     a random number is required.  The parser almost never uses random
     numbers; currently they are only used in one place: to sample a subset
     of linkages, if there are more parses than linkage_limit.
     """
     return clg.parse_options_get_repeatable_rand(self._obj) == 1
Beispiel #2
0
 def repeatable_rand(self):
     """
     If set to True, then a repeatable random sequence will be used, whenever
     a random number is required.  The parser almost never uses random
     numbers; currently they are only used in one place: to sample a subset
     of linkages, if there are more parses than linkage_limit.
     """
     return clg.parse_options_get_repeatable_rand(self._obj) == 1