Convert British spelling to American

This commit is contained in:
Eisuke Kawashima
2020-03-18 22:01:19 +09:00
parent 5109b7f1b1
commit ca1e1e2dff
40 changed files with 97 additions and 97 deletions

View File

@ -38,7 +38,7 @@ class InputRandom(Input):
instance of the object.
Attributes:
seed: An optional integer giving a seed to initialise the random number
seed: An optional integer giving a seed to initialize the random number
generator from. Defaults to 123456.
state: An optional array giving the state of the random number generator.
Defaults to an empty array.
@ -74,7 +74,7 @@ class InputRandom(Input):
representation of it.
Args:
prng: A random number object from which to initialise from.
prng: A random number object from which to initialize from.
"""
super(InputRandom,self).store(prng)